< Back

Get-GceBackendService

Mon Jan 13, 2020 11:09 pm

NAME Get-GceBackendService



SYNOPSIS

Gets Google Compute Engine backend services.





SYNTAX

Get-GceBackendService [-Project <string>] [<CommonParameters>]



Get-GceBackendService [-Project <string>] [-Name] <string> [<CommonParameters>]





DESCRIPTION

Lists backend services of a project, or gets a specific one.





PARAMETERS

-Project <string>

The project the backend services belong to. Defaults to the project in the Cloud SDK config.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <string>

The name of the backend service to get.



Required? true

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Google.Apis.Compute.v1.Data.BackendService





---------- EXAMPLE 1 ----------



PS C:\\> Get-GceBackendService



This command lists all backend services for the default project.

---------- EXAMPLE 2 ----------



PS C:\\> Get-GceBackendService "my-backendservice"



This command gets the backend service named "my-backendservice".



RELATED LINKS

[Backend resource definition]

(https://cloud.google.com/compute/docs/r ... sentations)