Condividi tramite


ResourceSkuRestrictionsReasonCode Struct

Definition

The reason for restriction.

public readonly struct ResourceSkuRestrictionsReasonCode : IEquatable<Azure.ResourceManager.ContainerService.Models.ResourceSkuRestrictionsReasonCode>
type ResourceSkuRestrictionsReasonCode = struct
Public Structure ResourceSkuRestrictionsReasonCode
Implements IEquatable(Of ResourceSkuRestrictionsReasonCode)
Inheritance
ResourceSkuRestrictionsReasonCode
Implements

Constructors

Name Description
ResourceSkuRestrictionsReasonCode(String)

Initializes a new instance of ResourceSkuRestrictionsReasonCode.

Properties

Name Description
NotAvailableForSubscription

Not available for subscription.

QuotaId

Quota ID restriction.

Methods

Name Description
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

Name Description
Equality(ResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode)

Determines if two ResourceSkuRestrictionsReasonCode values are the same.

Implicit(String to Nullable<ResourceSkuRestrictionsReasonCode>)
Implicit(String to ResourceSkuRestrictionsReasonCode)

Converts a string to a ResourceSkuRestrictionsReasonCode.

Inequality(ResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode)

Determines if two ResourceSkuRestrictionsReasonCode values are not the same.

Applies to