LabServicesSkuCapacityScaleType 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 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
| Name | Description |
|---|---|
| LabServicesSkuCapacityScaleType(String) |
Initializes a new instance of LabServicesSkuCapacityScaleType. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |