Get-AzStorageServiceMetricsProperty
Gets metrics properties for the Azure Storage service.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Get-AzStorageServiceMetricsProperty
[-ServiceType] <StorageServiceType>
[-MetricsType] <ServiceMetricsType>
[-Context <IStorageContext>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzStorageServiceMetricsProperty cmdlet gets metrics properties for the Azure Storage service.
Examples
Example 1: Get metrics properties for the Blob service
C:\PS>Get-AzStorageServiceMetricsProperty -ServiceType Blob -MetricsType Hour
This command gets metrics properties for blob storage for the Hour metrics type.
Parameters
Specifies an Azure storage context. To obtain a storage context, use the New-AzStorageContext cmdlet.
| Type: | IStorageContext |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
The credentials, account, tenant, and subscription used for communication with Azure.
| Type: | IAzureContextContainer |
| Aliases: | AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Specifies a metrics type. This cmdlet gets the Azure Storage service metrics properties for the metrics type that this parameter specifies. The acceptable values for this parameter are: Hour and Minute.
| Type: | ServiceMetricsType |
| Accepted values: | Hour, Minute |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Specifies the storage service type. This cmdlet gets the metrics properties for the type that this parameter specifies. The acceptable values for this parameter are:
- Blob
- Table
- Queue
- File The value of File is not currently supported.
| Type: | StorageServiceType |
| Accepted values: | Blob, Table, Queue, File |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |