ResourceSkuRestrictionsReasonCode 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.
The reason code for restriction.
public readonly struct ResourceSkuRestrictionsReasonCode : IEquatable<Azure.ResourceManager.DataMigration.Models.ResourceSkuRestrictionsReasonCode>
type ResourceSkuRestrictionsReasonCode = struct
Public Structure ResourceSkuRestrictionsReasonCode
Implements IEquatable(Of ResourceSkuRestrictionsReasonCode)
- Inheritance
-
ResourceSkuRestrictionsReasonCode
- Implements
Constructors
| ResourceSkuRestrictionsReasonCode(String) |
Initializes a new instance of ResourceSkuRestrictionsReasonCode. |
Properties
| NotAvailableForSubscription |
NotAvailableForSubscription. |
| QuotaId |
QuotaId. |
Methods
| Equals(ResourceSkuRestrictionsReasonCode) |
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
| Equality(ResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode) |
Determines if two ResourceSkuRestrictionsReasonCode values are the same. |
| Implicit(String to ResourceSkuRestrictionsReasonCode) |
Converts a String to a ResourceSkuRestrictionsReasonCode. |
| Inequality(ResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode) |
Determines if two ResourceSkuRestrictionsReasonCode values are not the same. |