QuotaIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaIdentityTypeConverter))]
public class QuotaIdentity : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaIdentityTypeConverter))>]
type QuotaIdentity = class
interface IQuotaIdentity
interface IJsonSerializable
Public Class QuotaIdentity
Implements IQuotaIdentity
- Inheritance
-
QuotaIdentity
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| QuotaIdentity() |
Creates an new QuotaIdentity instance. |
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:
|
| 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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QuotaIdentity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QuotaIdentity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaIdentity. |
| FromJsonString(String) |
Creates a new instance of QuotaIdentity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of QuotaIdentity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |