IResourceBaseRequest Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ResourceBaseRequestTypeConverter))]
public interface IResourceBaseRequest : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ResourceBaseRequestTypeConverter))>]
type IResourceBaseRequest = interface
    interface IJsonSerializable
Public Interface IResourceBaseRequest
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Limit

Quota requested for the resource.

ResourceName

The resource name, such as SKU name.

Unit

Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. Based on - https://armwiki.azurewebsites.net/api_contracts/UsagesAPIContract.html?q=usages . Different RPs may have different units, Count, type as int64 should work for most of the integer values.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to