Freigeben über


ContainerOrchestratorProvisioningState Struct

Definition

The status of the current operation.

public readonly struct ContainerOrchestratorProvisioningState : IEquatable<Azure.ResourceManager.ContainerOrchestratorRuntime.Models.ContainerOrchestratorProvisioningState>
type ContainerOrchestratorProvisioningState = struct
Public Structure ContainerOrchestratorProvisioningState
Implements IEquatable(Of ContainerOrchestratorProvisioningState)
Inheritance
ContainerOrchestratorProvisioningState
Implements

Constructors

Name Description
ContainerOrchestratorProvisioningState(String)

Initializes a new instance of ContainerOrchestratorProvisioningState.

Properties

Name Description
Accepted

Change accepted for processing.

Canceled

Resource creation was canceled.

Deleting

Deletion in progress.

Failed

Resource creation failed.

Provisioning

Initial provisioning in progress.

Succeeded

Resource has been created.

Updating

Update in progress.

Methods

Name Description
Equals(ContainerOrchestratorProvisioningState)

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(ContainerOrchestratorProvisioningState, ContainerOrchestratorProvisioningState)

Determines if two ContainerOrchestratorProvisioningState values are the same.

Implicit(String to ContainerOrchestratorProvisioningState)

Converts a String to a ContainerOrchestratorProvisioningState.

Inequality(ContainerOrchestratorProvisioningState, ContainerOrchestratorProvisioningState)

Determines if two ContainerOrchestratorProvisioningState values are not the same.

Applies to