Freigeben über


LargeInstanceProvisioningState Struct

Definition

Provisioning states that an Azure Large Instance can be in.

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

Constructors

LargeInstanceProvisioningState(String)

Initializes a new instance of LargeInstanceProvisioningState.

Properties

Accepted

Accepted means Azure Large Instance resource provisioning has been accepted.

Canceled

Cancelled Azure Large Instance resource operation has been cancelled.

Creating

Creating means Azure Large Instance resource is being created.

Deleting

Deleting means Azure Large Instance resource is in the process of being deleted.

Failed

Failed means Azure Large Instance resource is in failed state.

Migrating

Migrating means Azure Large Instance resource is being migrated from one subscription or resource group to another.

Succeeded

Succeeded means Azure Large Instance resource creation succeeded during last create/update.

Updating

Updating means an existing Azure Large Instance resource is being updated.

Methods

Equals(LargeInstanceProvisioningState)

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

Determines if two LargeInstanceProvisioningState values are the same.

Implicit(String to LargeInstanceProvisioningState)

Converts a string to a LargeInstanceProvisioningState.

Inequality(LargeInstanceProvisioningState, LargeInstanceProvisioningState)

Determines if two LargeInstanceProvisioningState values are not the same.

Applies to