CurrentQuotaLimitBase Class

Definition

Quota limit.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CurrentQuotaLimitBaseTypeConverter))]
public class CurrentQuotaLimitBase : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IHeaderSerializable
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CurrentQuotaLimitBaseTypeConverter))]
public class CurrentQuotaLimitBase : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CurrentQuotaLimitBaseTypeConverter))>]
type CurrentQuotaLimitBase = class
    interface ICurrentQuotaLimitBase
    interface IJsonSerializable
    interface IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.CurrentQuotaLimitBaseTypeConverter))>]
type CurrentQuotaLimitBase = class
    interface ICurrentQuotaLimitBase
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
    interface IHeaderSerializable
Public Class CurrentQuotaLimitBase
Implements ICurrentQuotaLimitBase, IHeaderSerializable
Public Class CurrentQuotaLimitBase
Implements ICurrentQuotaLimitBase, IHeaderSerializable, IValidates
Inheritance
CurrentQuotaLimitBase
Attributes
Implements

Constructors

Name Description
CurrentQuotaLimitBase()

Creates an new CurrentQuotaLimitBase instance.

Properties

Name Description
AnyProperty

Additional properties for the specific resource provider.

ETag
Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

IsQuotaApplicable

States if quota can be requested for this resource.

Limit

Resource quota limit properties.

Name

The name of the resource

NameLocalizedValue

Resource display name.

NameValue

Resource name.

QuotaPeriod

The time period over which the quota usage values are summarized. For example: *P1D (per one day) *PT1M (per one minute) *PT1S (per one second). This parameter is optional because, for some resources like compute, the period is irrelevant.

ResourceGroupName

Gets the resource group name

ResourceType

The name of the resource type. Optional field.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Unit

The quota units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CurrentQuotaLimitBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CurrentQuotaLimitBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ICurrentQuotaLimitBase.

FromJsonString(String)

Creates a new instance of CurrentQuotaLimitBase, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CurrentQuotaLimitBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Explicit Interface Implementations

Name Description
IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to