共用方式為


AvailableLabServicesSkuTier Struct

Definition

The tier of the SKU.

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

Constructors

AvailableLabServicesSkuTier(String)

Initializes a new instance of AvailableLabServicesSkuTier.

Properties

Premium

Premium.

Standard

Standard.

Methods

Equals(AvailableLabServicesSkuTier)

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

Determines if two AvailableLabServicesSkuTier values are the same.

Implicit(String to AvailableLabServicesSkuTier)

Converts a string to a AvailableLabServicesSkuTier.

Inequality(AvailableLabServicesSkuTier, AvailableLabServicesSkuTier)

Determines if two AvailableLabServicesSkuTier values are not the same.

Applies to