IQuotaIdentity Interface

Definition

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

Properties

Name Description
AllocationId

Request Id.

GroupQuotaName

The GroupQuota name. The name should be unique for the provided context tenantId/MgId.

Id

Quota request ID.

Id1

Resource identity path

Location

The name of the Azure region.

ManagementGroupId

The management group ID.

RequestId

Request Id.

ResourceName

Resource name for a given resource provider. For example:

  • SKU name for Microsoft.Compute
  • SKU or TotalLowPriorityCores for Microsoft.MachineLearningServices For Microsoft.Network PublicIPAddresses.
ResourceProviderName

The resource provider name, such as - Microsoft.Compute. Currently only Microsoft.Compute resource provider supports this API.

Scope

The fully qualified Azure Resource manager identifier of the resource.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

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

Applies to