ContainerServiceSkuRestrictionsReasonCode Struct

Definition

The reason for restriction.

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

Constructors

Name Description
ContainerServiceSkuRestrictionsReasonCode(String)

Initializes a new instance of ContainerServiceSkuRestrictionsReasonCode.

Properties

Name Description
NotAvailableForSubscription

Not available for subscription.

QuotaId

Quota ID restriction.

Methods

Name Description
Equals(ContainerServiceSkuRestrictionsReasonCode)

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(ContainerServiceSkuRestrictionsReasonCode, ContainerServiceSkuRestrictionsReasonCode)

Determines if two ContainerServiceSkuRestrictionsReasonCode values are the same.

Implicit(String to ContainerServiceSkuRestrictionsReasonCode)

Converts a string to a ContainerServiceSkuRestrictionsReasonCode.

Implicit(String to Nullable<ContainerServiceSkuRestrictionsReasonCode>)
Inequality(ContainerServiceSkuRestrictionsReasonCode, ContainerServiceSkuRestrictionsReasonCode)

Determines if two ContainerServiceSkuRestrictionsReasonCode values are not the same.

Applies to