LabServicesSkuRestrictionReasonCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET