ContainerServiceSkuCapacityScaleType 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 scale type applicable to the sku.
public readonly struct ContainerServiceSkuCapacityScaleType : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceSkuCapacityScaleType>
type ContainerServiceSkuCapacityScaleType = struct
Public Structure ContainerServiceSkuCapacityScaleType
Implements IEquatable(Of ContainerServiceSkuCapacityScaleType)
- Inheritance
-
ContainerServiceSkuCapacityScaleType
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceSkuCapacityScaleType(String) |
Initializes a new instance of ContainerServiceSkuCapacityScaleType. |
Properties
| Name | Description |
|---|---|
| Automatic |
Automatic scaling. |
| Manual |
Manual scaling. |
| None |
No scaling. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceSkuCapacityScaleType) |
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(ContainerServiceSkuCapacityScaleType, ContainerServiceSkuCapacityScaleType) |
Determines if two ContainerServiceSkuCapacityScaleType values are the same. |
| Implicit(String to ContainerServiceSkuCapacityScaleType) |
Converts a string to a ContainerServiceSkuCapacityScaleType. |
| Implicit(String to Nullable<ContainerServiceSkuCapacityScaleType>) | |
| Inequality(ContainerServiceSkuCapacityScaleType, ContainerServiceSkuCapacityScaleType) |
Determines if two ContainerServiceSkuCapacityScaleType values are not the same. |