FleetManagedNamespaceProvisioningState 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 provisioning state of the fleet managed namespace resource.
public readonly struct FleetManagedNamespaceProvisioningState : IEquatable<Azure.ResourceManager.ContainerServiceFleet.Models.FleetManagedNamespaceProvisioningState>
type FleetManagedNamespaceProvisioningState = struct
Public Structure FleetManagedNamespaceProvisioningState
Implements IEquatable(Of FleetManagedNamespaceProvisioningState)
- Inheritance
-
FleetManagedNamespaceProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| FleetManagedNamespaceProvisioningState(String) |
Initializes a new instance of FleetManagedNamespaceProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Resource creation was canceled. |
| Creating |
The provisioning state of a fleet managed namespace being created. |
| Deleting |
The provisioning state of a fleet managed namespace being deleted. |
| Failed |
Resource creation failed. |
| Succeeded |
Resource has been created. |
| Updating |
The provisioning state of a fleet managed namespace being updated. |
Methods
| Name | Description |
|---|---|
| Equals(FleetManagedNamespaceProvisioningState) |
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(FleetManagedNamespaceProvisioningState, FleetManagedNamespaceProvisioningState) |
Determines if two FleetManagedNamespaceProvisioningState values are the same. |
| Implicit(String to FleetManagedNamespaceProvisioningState) |
Converts a string to a FleetManagedNamespaceProvisioningState. |
| Implicit(String to Nullable<FleetManagedNamespaceProvisioningState>) | |
| Inequality(FleetManagedNamespaceProvisioningState, FleetManagedNamespaceProvisioningState) |
Determines if two FleetManagedNamespaceProvisioningState values are not the same. |