Get-PartnerCustomerUsageSummary
Gets the customer's usage of a specific Azure service or resource during the current billing period.
Syntax
Default (Default)
Get-PartnerCustomerUsageSummary
-CustomerId <String>
[<CommonParameters>]
Description
Gets the customer's usage of a specific Azure service or resource during the current billing period.
Examples
Example 1
PS C:\> Get-PartnerCustomerUsageSummary -CustomerId '46a62ece-10ad-42e5-b3f1-b2ed53e6fc08'
Gets the customer's usage of a specific Azure service or resource during the current billing period.
Parameters
-CustomerId
The identifier of the customer.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.