SubscriptionQuotaAllocationsProperties 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.
Quota properties for the specified resource.
public class SubscriptionQuotaAllocationsProperties : Azure.ResourceManager.Quota.Models.SubscriptionQuotaDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quota.Models.SubscriptionQuotaAllocationsProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quota.Models.SubscriptionQuotaAllocationsProperties>
type SubscriptionQuotaAllocationsProperties = class
inherit SubscriptionQuotaDetails
interface IJsonModel<SubscriptionQuotaAllocationsProperties>
interface IPersistableModel<SubscriptionQuotaAllocationsProperties>
Public Class SubscriptionQuotaAllocationsProperties
Inherits SubscriptionQuotaDetails
Implements IJsonModel(Of SubscriptionQuotaAllocationsProperties), IPersistableModel(Of SubscriptionQuotaAllocationsProperties)
- Inheritance
- Implements
Constructors
SubscriptionQuotaAllocationsProperties() |
Initializes a new instance of SubscriptionQuotaAllocationsProperties. |
Properties
Limit |
The total quota limit for the subscription. (Inherited from SubscriptionQuotaDetails) |
LocalizedValue |
Resource display name. (Inherited from SubscriptionQuotaDetails) |
ResourceName |
The resource name, such as SKU name. (Inherited from SubscriptionQuotaDetails) |
ShareableQuota |
The shareable quota for the subscription. (Inherited from SubscriptionQuotaDetails) |
Value |
Resource name. (Inherited from SubscriptionQuotaDetails) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET