< Back
Get-GcdQuota
Post
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)
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)