IQuotaIdentity 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.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
Id |
Quota request ID. |
Id1 |
Resource identity path |
ResourceName |
Resource name for a given resource provider. For example:
|
Scope |
The target Azure resource URI. For example, |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |