Freigeben über


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

Name Description
CloudTieringLowDiskModeState(String)

Initializes a new instance of CloudTieringLowDiskModeState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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