Share via


ComputeFleetProvisioningState Struct

Definition

The status of the current operation.

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

Constructors

ComputeFleetProvisioningState(String)

Initializes a new instance of ComputeFleetProvisioningState.

Properties

Canceled

Resource creation was canceled.

Creating

Initial creation in progress.

Deleting

Deletion in progress.

Failed

Resource creation failed.

Migrating

Resource is being migrated from one subscription or resource group to another.

Succeeded

Resource has been created.

Updating

Update in progress.

Methods

Equals(ComputeFleetProvisioningState)

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

Equality(ComputeFleetProvisioningState, ComputeFleetProvisioningState)

Determines if two ComputeFleetProvisioningState values are the same.

Implicit(String to ComputeFleetProvisioningState)

Converts a string to a ComputeFleetProvisioningState.

Inequality(ComputeFleetProvisioningState, ComputeFleetProvisioningState)

Determines if two ComputeFleetProvisioningState values are not the same.

Applies to