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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET