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
-
AppPlatformSkuRestrictionsReasonCode
- Implements
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. |
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 string to a AppPlatformSkuRestrictionsReasonCode. |
Inequality(AppPlatformSkuRestrictionsReasonCode, AppPlatformSkuRestrictionsReasonCode) |
Determines if two AppPlatformSkuRestrictionsReasonCode values are not the same. |
Applies to
Azure SDK for .NET