Delen via


AppPlatformSkuRestrictionsReasonCode Struct

Definition

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