共用方式為


LabServicesSkuCapacityScaleType Struct

Definition

The localized name of the resource.

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

Constructors

LabServicesSkuCapacityScaleType(String)

Initializes a new instance of LabServicesSkuCapacityScaleType.

Properties

Automatic

The user is permitted to scale this SKU in and out.

Manual

The user must manually scale this SKU in and out.

None

The capacity is not adjustable in any way.

Methods

Equals(LabServicesSkuCapacityScaleType)

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

Determines if two LabServicesSkuCapacityScaleType values are the same.

Implicit(String to LabServicesSkuCapacityScaleType)

Converts a string to a LabServicesSkuCapacityScaleType.

Inequality(LabServicesSkuCapacityScaleType, LabServicesSkuCapacityScaleType)

Determines if two LabServicesSkuCapacityScaleType values are not the same.

Applies to