AccountUsage 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 and soft-deleted shares in the account.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.AccountUsageTypeConverter))]
public class AccountUsage : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IAccountUsage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.AccountUsageTypeConverter))>]
type AccountUsage = class
interface IAccountUsage
interface IJsonSerializable
Public Class AccountUsage
Implements IAccountUsage
- Inheritance
-
AccountUsage
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AccountUsage() |
Creates an new AccountUsage instance. |
Properties
| Name | Description |
|---|---|
| LiveShareFileShareCount |
The total number of file shares. |
| LiveShareProvisionedBandwidthMiBPerSec |
The total provisioned bandwidth in mebibytes per second. |
| LiveShareProvisionedIops |
The total provisioned IOPS. |
| LiveShareProvisionedStorageGiB |
The total provisioned storage quota in gibibytes. |
| SoftDeletedShareFileShareCount |
The total number of file shares. |
| SoftDeletedShareProvisionedBandwidthMiBPerSec |
The total provisioned bandwidth in mebibytes per second. |
| SoftDeletedShareProvisionedIops |
The total provisioned IOPS. |
| SoftDeletedShareProvisionedStorageGiB |
The total provisioned storage quota in gibibytes. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AccountUsage. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AccountUsage. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IAccountUsage. |
| FromJsonString(String) |
Creates a new instance of AccountUsage, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AccountUsage into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |