IUsage Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.UsageTypeConverter))]
public interface IUsage : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.UsageTypeConverter))>]
type IUsage = interface
interface IJsonSerializable
interface IProxyOnlyResource
Public Interface IUsage
Implements IProxyOnlyResource
- Derived
- Attributes
- Implements
Properties
ComputeMode |
Compute mode used for this usage. |
CurrentValue |
The current value of the resource counter. |
DisplayName |
Friendly name shown in the UI. |
Id |
Resource Id. (Inherited from IProxyOnlyResource) |
Kind |
Kind of resource. (Inherited from IProxyOnlyResource) |
Limit |
The resource limit. |
Name |
Resource Name. (Inherited from IProxyOnlyResource) |
NextResetTime |
Next reset time for the resource counter. |
ResourceName |
Name of the quota resource. |
SiteMode |
Site mode used for this usage. |
Type |
Resource type. (Inherited from IProxyOnlyResource) |
Unit |
Units of measurement for the quota resource. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |