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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET