RegionalReplicationState Struct

Definition

This is the regional replication state.

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

Constructors

RegionalReplicationState(String)

Initializes a new instance of RegionalReplicationState.

Properties

Completed

Completed.

Failed

Failed.

Replicating

Replicating.

Unknown

Unknown.

Methods

Equals(RegionalReplicationState)

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

Determines if two RegionalReplicationState values are the same.

Implicit(String to RegionalReplicationState)

Converts a string to a RegionalReplicationState.

Inequality(RegionalReplicationState, RegionalReplicationState)

Determines if two RegionalReplicationState values are not the same.

Applies to