AppPlatformSkuRestrictionsReasonCode 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.
Gets the reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription'.
public readonly struct AppPlatformSkuRestrictionsReasonCode : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionsReasonCode>
type AppPlatformSkuRestrictionsReasonCode = struct
Public Structure AppPlatformSkuRestrictionsReasonCode
Implements IEquatable(Of AppPlatformSkuRestrictionsReasonCode)
- Inheritance
-
System.ValueTypeAppPlatformSkuRestrictionsReasonCode
- Implements
-
System.IEquatable<AppPlatformSkuRestrictionsReasonCode>
Constructors
| AppPlatformSkuRestrictionsReasonCode(String) |
Initializes a new instance of AppPlatformSkuRestrictionsReasonCode. |
Properties
| NotAvailableForSubscription |
NotAvailableForSubscription. |
| QuotaId |
QuotaId. |
Methods
| Equals(AppPlatformSkuRestrictionsReasonCode) |
Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(AppPlatformSkuRestrictionsReasonCode, AppPlatformSkuRestrictionsReasonCode) |
Determines if two AppPlatformSkuRestrictionsReasonCode values are the same. |
| Implicit(String to AppPlatformSkuRestrictionsReasonCode) |
Converts a System.String to a AppPlatformSkuRestrictionsReasonCode. |
| Inequality(AppPlatformSkuRestrictionsReasonCode, AppPlatformSkuRestrictionsReasonCode) |
Determines if two AppPlatformSkuRestrictionsReasonCode values are not the same. |