Usage 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 the quota resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Usage : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Usage = class
inherit ProxyOnlyResource
Public Class Usage
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
Usage() |
Initializes a new instance of the Usage class. |
Usage(String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>, Nullable<ComputeModeOptions>, String) |
Initializes a new instance of the Usage class. |
Properties
ComputeMode |
Gets compute mode used for this usage. Possible values include: 'Shared', 'Dedicated', 'Dynamic' |
CurrentValue |
Gets the current value of the resource counter. |
DisplayName |
Gets friendly name shown in the UI. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Limit |
Gets the resource limit. |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
NextResetTime |
Gets next reset time for the resource counter. |
ResourceName |
Gets name of the quota resource. |
SiteMode |
Gets site mode used for this usage. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Unit |
Gets units of measurement for the quota resource. |
Applies to
Azure SDK for .NET