< Back

Get-GcdChange

Mon Jan 13, 2020 11:07 pm

NAME Get-GcdChange



SYNOPSIS

Gets the Change resources within a ManagedZone of a Project.





SYNTAX

Get-GcdChange [-Project <string>] [-Zone] <string> [[-ChangeId] <string>] [<CommonParameters>]





DESCRIPTION

Lists the ManagedZone's Change resources.



If a Project is specified, will instead return the Changes in the specified ManagedZone governed by that project.

The filter ChangeId can be provided to return that specific Change.





PARAMETERS

-Project <string>

Get the Project to check.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Zone <string>

Get the ManagedZone (name or id permitted) to check for changes.



Required? true

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ManagedZone <string>

Get the ManagedZone (name or id permitted) to check for changes.



This is an alias of the Zone parameter.



Required? true

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ChangeId <string>

Get the id of the specific change to return.



Required? false

Position? 1

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.Change





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



PS C:\\> Get-GcdChange -Project "testing" -Zone "test1"



Get the Change resources in the ManagedZone "test1" in the Project "testing."

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



PS C:\\> Get-GcdChange -Project "testing" -Zone "test1" -ChangeId "0"



Get the Change resource with id "0" in the ManagedZone "test1" in the Project "testing."



RELATED LINKS

[Monitoring Changes] (https://cloud.google.com/dns/monitoring)

[Troubleshooting] (https://cloud.google.com/dns/troubleshooting)