ContainerServiceFleetPlacementType 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.
PlacementType identifies the type of placement.
public readonly struct ContainerServiceFleetPlacementType : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetPlacementType>
type ContainerServiceFleetPlacementType = struct
Public Structure ContainerServiceFleetPlacementType
Implements IEquatable(Of ContainerServiceFleetPlacementType)
- Inheritance
-
ContainerServiceFleetPlacementType
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceFleetPlacementType(String) |
Initializes a new instance of ContainerServiceFleetPlacementType. |
Properties
| Name | Description |
|---|---|
| PickAll |
PickAll picks all clusters that satisfy the rules. |
| PickFixed |
PickFixed picks a fixed set of clusters. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceFleetPlacementType) |
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(ContainerServiceFleetPlacementType, ContainerServiceFleetPlacementType) |
Determines if two ContainerServiceFleetPlacementType values are the same. |
| Implicit(String to ContainerServiceFleetPlacementType) |
Converts a string to a ContainerServiceFleetPlacementType. |
| Implicit(String to Nullable<ContainerServiceFleetPlacementType>) | |
| Inequality(ContainerServiceFleetPlacementType, ContainerServiceFleetPlacementType) |
Determines if two ContainerServiceFleetPlacementType values are not the same. |