ResourceState Struct

Definition

Current resource status.

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

Constructors

ResourceState(String)

Initializes a new instance of ResourceState.

Properties

CreateFailed

CreateFailed.

Creating

Creating.

DeleteFailed

DeleteFailed.

Deleting

Deleting.

Disabled

Disabled.

DisableFailed

DisableFailed.

Disabling

Disabling.

EnableFailed

EnableFailed.

Enabling

Enabling.

Running

Running.

UpdateFailed

UpdateFailed.

Updating

Updating.

Methods

Equals(ResourceState)

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

Determines if two ResourceState values are the same.

Implicit(String to ResourceState)

Converts a string to a ResourceState.

Inequality(ResourceState, ResourceState)

Determines if two ResourceState values are not the same.

Applies to