ReplicationStatusType Struct

Definition

The ReplicationStatusType.

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

Constructors

ReplicationStatusType(String)

Initializes a new instance of ReplicationStatusType.

Properties

ReplicationStatus

ReplicationStatus.

UefiSettings

UefiSettings.

Methods

Equals(ReplicationStatusType)

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

Determines if two ReplicationStatusType values are the same.

Implicit(String to ReplicationStatusType)

Converts a string to a ReplicationStatusType.

Inequality(ReplicationStatusType, ReplicationStatusType)

Determines if two ReplicationStatusType values are not the same.

Applies to