ContainerServiceFleetAdoptionPolicy 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.
Action if the Namespace with the same name already exists.
public readonly struct ContainerServiceFleetAdoptionPolicy : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetAdoptionPolicy>
type ContainerServiceFleetAdoptionPolicy = struct
Public Structure ContainerServiceFleetAdoptionPolicy
Implements IEquatable(Of ContainerServiceFleetAdoptionPolicy)
- Inheritance
-
ContainerServiceFleetAdoptionPolicy
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceFleetAdoptionPolicy(String) |
Initializes a new instance of ContainerServiceFleetAdoptionPolicy. |
Properties
| Name | Description |
|---|---|
| Always |
Always take over the existing Namespace to be managed by ARM, even if it is not identical. |
| IfIdentical |
If there is an identical Namespace, take over the existing Namespace to be managed by ARM. |
| Never |
If the Namespace already exists, do not take over the existing Namespace to be managed by ARM. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceFleetAdoptionPolicy) |
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(ContainerServiceFleetAdoptionPolicy, ContainerServiceFleetAdoptionPolicy) |
Determines if two ContainerServiceFleetAdoptionPolicy values are the same. |
| Implicit(String to ContainerServiceFleetAdoptionPolicy) |
Converts a string to a ContainerServiceFleetAdoptionPolicy. |
| Implicit(String to Nullable<ContainerServiceFleetAdoptionPolicy>) | |
| Inequality(ContainerServiceFleetAdoptionPolicy, ContainerServiceFleetAdoptionPolicy) |
Determines if two ContainerServiceFleetAdoptionPolicy values are not the same. |