Share via


ConnectedCacheProvisioningState Struct

Definition

provisioning state of the resource.

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

Constructors

ConnectedCacheProvisioningState(String)

Initializes a new instance of ConnectedCacheProvisioningState.

Properties

Accepted

Accepted state of the provisioning state during the Async Operations.

Canceled

Resource creation was canceled.

Deleting

Deleting state of the provisioning state.

Failed

Resource creation failed.

Succeeded

Resource has been created.

Unknown

unknown state of the provisioning state.

Upgrading

Upgrading state of the provisioning state.

Methods

Equals(ConnectedCacheProvisioningState)

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

Determines if two ConnectedCacheProvisioningState values are the same.

Implicit(String to ConnectedCacheProvisioningState)

Converts a String to a ConnectedCacheProvisioningState.

Inequality(ConnectedCacheProvisioningState, ConnectedCacheProvisioningState)

Determines if two ConnectedCacheProvisioningState values are not the same.

Applies to