Freigeben über


DurableTaskResourceRedundancyState Struct

Definition

The state of the resource redundancy.

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

Constructors

Name Description
DurableTaskResourceRedundancyState(String)

Initializes a new instance of DurableTaskResourceRedundancyState.

Properties

Name Description
None

The resource is not redundant.

Zone

The resource is zone redundant.

Methods

Name Description
Equals(DurableTaskResourceRedundancyState)

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

Determines if two DurableTaskResourceRedundancyState values are the same.

Implicit(String to DurableTaskResourceRedundancyState)

Converts a string to a DurableTaskResourceRedundancyState.

Implicit(String to Nullable<DurableTaskResourceRedundancyState>)
Inequality(DurableTaskResourceRedundancyState, DurableTaskResourceRedundancyState)

Determines if two DurableTaskResourceRedundancyState values are not the same.

Applies to