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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET