< Back

Get-GcdQuota

Mon Jan 13, 2020 11:08 pm

NAME Get-GcdQuota



SYNOPSIS

Fetch the DNS quota of an existing Project.





SYNTAX

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





DESCRIPTION

Returns the DNS quota from the Project resource object.



If a Project is specified, will instead return the DNS quota for that project.





PARAMETERS

-Project <string>

Get the Project to return the DNS quota of.



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





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



PS C:\\> Get-GcdQuota -Project "testing"



Get the DNS quota of the Project "testing"



RELATED LINKS

[Quotas] (https://cloud.google.com/dns/quota)

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