AccountUsageElements Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Usage of provisioned storage, IOPS, bandwidth and number of file shares across all live shares or soft-deleted shares in the account.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.AccountUsageElementsTypeConverter))]
public class AccountUsageElements : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IAccountUsageElements
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.AccountUsageElementsTypeConverter))>]
type AccountUsageElements = class
interface IAccountUsageElements
interface IJsonSerializable
Public Class AccountUsageElements
Implements IAccountUsageElements
- Inheritance
-
AccountUsageElements
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AccountUsageElements() |
Creates an new AccountUsageElements instance. |
Properties
| Name | Description |
|---|---|
| FileShareCount |
The total number of file shares. |
| ProvisionedBandwidthMiBPerSec |
The total provisioned bandwidth in mebibytes per second. |
| ProvisionedIop |
The total provisioned IOPS. |
| ProvisionedStorageGiB |
The total provisioned storage quota in gibibytes. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountUsageElements. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountUsageElements. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IAccountUsageElements. |
| FromJsonString(String) |
Creates a new instance of AccountUsageElements, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountUsageElements into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |