Bagikan melalui


LabServicesSkuRestrictionReasonCode Struct

Definition

The reason for the restriction.

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

Constructors

LabServicesSkuRestrictionReasonCode(String)

Initializes a new instance of LabServicesSkuRestrictionReasonCode.

Properties

NotAvailableForSubscription

NotAvailableForSubscription.

QuotaId

QuotaId.

Methods

Equals(LabServicesSkuRestrictionReasonCode)

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

Determines if two LabServicesSkuRestrictionReasonCode values are the same.

Implicit(String to LabServicesSkuRestrictionReasonCode)

Converts a string to a LabServicesSkuRestrictionReasonCode.

Inequality(LabServicesSkuRestrictionReasonCode, LabServicesSkuRestrictionReasonCode)

Determines if two LabServicesSkuRestrictionReasonCode values are not the same.

Applies to