AvsResourceSkuRestrictionsReasonCode Struct
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.
Describes the reason for SKU restriction.
public readonly struct AvsResourceSkuRestrictionsReasonCode : IEquatable<Azure.ResourceManager.Avs.Models.AvsResourceSkuRestrictionsReasonCode>
type AvsResourceSkuRestrictionsReasonCode = struct
Public Structure AvsResourceSkuRestrictionsReasonCode
Implements IEquatable(Of AvsResourceSkuRestrictionsReasonCode)
- Inheritance
-
AvsResourceSkuRestrictionsReasonCode
- Implements
Constructors
| Name | Description |
|---|---|
| AvsResourceSkuRestrictionsReasonCode(String) |
Initializes a new instance of AvsResourceSkuRestrictionsReasonCode. |
Properties
| Name | Description |
|---|---|
| NotAvailableForSubscription |
The restriction is not available for this subscription. |
| QuotaId |
The restriction is due to exceeding a quota limitation. |
Methods
| Name | Description |
|---|---|
| Equals(AvsResourceSkuRestrictionsReasonCode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AvsResourceSkuRestrictionsReasonCode, AvsResourceSkuRestrictionsReasonCode) |
Determines if two AvsResourceSkuRestrictionsReasonCode values are the same. |
| Implicit(String to AvsResourceSkuRestrictionsReasonCode) |
Converts a String to a AvsResourceSkuRestrictionsReasonCode. |
| Inequality(AvsResourceSkuRestrictionsReasonCode, AvsResourceSkuRestrictionsReasonCode) |
Determines if two AvsResourceSkuRestrictionsReasonCode values are not the same. |