SetMultiVmSyncStatus Struct

Definition

A value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'.

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

Constructors

SetMultiVmSyncStatus(String)

Initializes a new instance of SetMultiVmSyncStatus.

Properties

Disable

Disable.

Enable

Enable.

Methods

Equals(SetMultiVmSyncStatus)

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

Determines if two SetMultiVmSyncStatus values are the same.

Implicit(String to SetMultiVmSyncStatus)

Converts a string to a SetMultiVmSyncStatus.

Inequality(SetMultiVmSyncStatus, SetMultiVmSyncStatus)

Determines if two SetMultiVmSyncStatus values are not the same.

Applies to