你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceSkuRestrictionsReasonCode Struct

Definition

Describes the reason for SKU restriction.

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

Constructors

ResourceSkuRestrictionsReasonCode(String)

Initializes a new instance of ResourceSkuRestrictionsReasonCode.

Properties

NotAvailableForSubscription

The restriction is not available for this subscription.

QuotaId

The restriction is due to exceeding a quota limitation.

Methods

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

Equality(ResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode)

Determines if two ResourceSkuRestrictionsReasonCode values are the same.

Implicit(String to ResourceSkuRestrictionsReasonCode)

Converts a string to a ResourceSkuRestrictionsReasonCode.

Inequality(ResourceSkuRestrictionsReasonCode, ResourceSkuRestrictionsReasonCode)

Determines if two ResourceSkuRestrictionsReasonCode values are not the same.

Applies to