AutoProtectionOfDataDisk Struct

Definition

A value indicating whether the auto protection is enabled.

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

Constructors

AutoProtectionOfDataDisk(String)

Initializes a new instance of AutoProtectionOfDataDisk.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(AutoProtectionOfDataDisk)

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

Determines if two AutoProtectionOfDataDisk values are the same.

Implicit(String to AutoProtectionOfDataDisk)

Converts a string to a AutoProtectionOfDataDisk.

Inequality(AutoProtectionOfDataDisk, AutoProtectionOfDataDisk)

Determines if two AutoProtectionOfDataDisk values are not the same.

Applies to