CloudTieringLowDiskModeState Struct

Definition

Type of the cloud tiering low disk mode state.

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

Constructors

CloudTieringLowDiskModeState(String)

Initializes a new instance of CloudTieringLowDiskModeState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(CloudTieringLowDiskModeState)

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

Determines if two CloudTieringLowDiskModeState values are the same.

Implicit(String to CloudTieringLowDiskModeState)

Converts a string to a CloudTieringLowDiskModeState.

Inequality(CloudTieringLowDiskModeState, CloudTieringLowDiskModeState)

Determines if two CloudTieringLowDiskModeState values are not the same.

Applies to