< Back
Get-GcdManagedZone
Post
NAME Get-GcdManagedZone
SYNOPSIS
Gets the Google DNS ManagedZones within a Project.
SYNTAX
Get-GcdManagedZone [-Project <string>] [[-Zone] <string>] [<CommonParameters>]
DESCRIPTION
Lists the Project's ManagedZones.
If a Project is specified, will instead return all ManagedZones governed by that project. The filter ManagedZone
can be provided to return that specific zone.
PARAMETERS
-Project <string>
Get the project to check for ManagedZones.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Zone <string>
Get the specific ManagedZone to return (name or id permitted).
Required? false
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ManagedZone <string>
Get the specific ManagedZone to return (name or id permitted).
This is an alias of the Zone parameter.
Required? false
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.Dns.v1.Data.ManagedZone
---------- EXAMPLE 1 ----------
PS C:\\> Get-GcdManagedZone -Project "testing"
Get the ManagedZones for the Project "testing."
---------- EXAMPLE 2 ----------
PS C:\\> Get-GcdManagedZone -Project "testing" -Zone "test1"
Get the ManagedZone "test1" for the Project "testing."
RELATED LINKS
[Managing Zones] (https://cloud.google.com/dns/zones/)
[Troubleshooting] (https://cloud.google.com/dns/troubleshooting)
SYNOPSIS
Gets the Google DNS ManagedZones within a Project.
SYNTAX
Get-GcdManagedZone [-Project <string>] [[-Zone] <string>] [<CommonParameters>]
DESCRIPTION
Lists the Project's ManagedZones.
If a Project is specified, will instead return all ManagedZones governed by that project. The filter ManagedZone
can be provided to return that specific zone.
PARAMETERS
-Project <string>
Get the project to check for ManagedZones.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Zone <string>
Get the specific ManagedZone to return (name or id permitted).
Required? false
Position? 0
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ManagedZone <string>
Get the specific ManagedZone to return (name or id permitted).
This is an alias of the Zone parameter.
Required? false
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.Dns.v1.Data.ManagedZone
---------- EXAMPLE 1 ----------
PS C:\\> Get-GcdManagedZone -Project "testing"
Get the ManagedZones for the Project "testing."
---------- EXAMPLE 2 ----------
PS C:\\> Get-GcdManagedZone -Project "testing" -Zone "test1"
Get the ManagedZone "test1" for the Project "testing."
RELATED LINKS
[Managing Zones] (https://cloud.google.com/dns/zones/)
[Troubleshooting] (https://cloud.google.com/dns/troubleshooting)