次の方法で共有


AmlFileSystemHealthStateType 構造体

定義

AML ファイル システムの正常性状態の一覧。

public readonly struct AmlFileSystemHealthStateType : IEquatable<Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType>
type AmlFileSystemHealthStateType = struct
Public Structure AmlFileSystemHealthStateType
Implements IEquatable(Of AmlFileSystemHealthStateType)
継承
AmlFileSystemHealthStateType
実装

コンストラクター

AmlFileSystemHealthStateType(String)

AmlFileSystemHealthStateType の新しいインスタンスを初期化します。

プロパティ

Available

使用可能。

Degraded

低下。

Maintenance

メンテナンス。

Transitioning

移行。

Unavailable

利用。

メソッド

Equals(AmlFileSystemHealthStateType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AmlFileSystemHealthStateType, AmlFileSystemHealthStateType)

2 つの AmlFileSystemHealthStateType 値が同じかどうかを判断します。

Implicit(String to AmlFileSystemHealthStateType)

文字列を AmlFileSystemHealthStateType に変換します。

Inequality(AmlFileSystemHealthStateType, AmlFileSystemHealthStateType)

2 つの AmlFileSystemHealthStateType 値が同じでないかどうかを判断します。

適用対象