Share via


StorageCacheRestrictionReasonCode Struct

Definition

The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". "QuotaId" is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. "NotAvailableForSubscription" is related to capacity at the datacenter.

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

Constructors

StorageCacheRestrictionReasonCode(String)

Initializes a new instance of StorageCacheRestrictionReasonCode.

Properties

NotAvailableForSubscription

NotAvailableForSubscription.

QuotaId

QuotaId.

Methods

Equals(StorageCacheRestrictionReasonCode)

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

Determines if two StorageCacheRestrictionReasonCode values are the same.

Implicit(String to StorageCacheRestrictionReasonCode)

Converts a string to a StorageCacheRestrictionReasonCode.

Inequality(StorageCacheRestrictionReasonCode, StorageCacheRestrictionReasonCode)

Determines if two StorageCacheRestrictionReasonCode values are not the same.

Applies to