ContainerServiceFleetPropagationType 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.
How the namespace will be provisioned among the fleet members.
public readonly struct ContainerServiceFleetPropagationType : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetPropagationType>
type ContainerServiceFleetPropagationType = struct
Public Structure ContainerServiceFleetPropagationType
Implements IEquatable(Of ContainerServiceFleetPropagationType)
- Inheritance
-
ContainerServiceFleetPropagationType
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceFleetPropagationType(String) |
Initializes a new instance of ContainerServiceFleetPropagationType. |
Properties
| Name | Description |
|---|---|
| Placement |
Using ClusterResourcePlacement. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceFleetPropagationType) |
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(ContainerServiceFleetPropagationType, ContainerServiceFleetPropagationType) |
Determines if two ContainerServiceFleetPropagationType values are the same. |
| Implicit(String to ContainerServiceFleetPropagationType) |
Converts a string to a ContainerServiceFleetPropagationType. |
| Implicit(String to Nullable<ContainerServiceFleetPropagationType>) | |
| Inequality(ContainerServiceFleetPropagationType, ContainerServiceFleetPropagationType) |
Determines if two ContainerServiceFleetPropagationType values are not the same. |