次の方法で共有


NetworkInterface.MigrationPhase プロパティ

定義

ネットワーク インターフェイス リソースの移行フェーズを取得または設定します。 使用可能な値は、'None'、'Prepare'、'Commit'、'Abort'、'Committed' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.migrationPhase")]
public string MigrationPhase { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.migrationPhase")>]
member this.MigrationPhase : string with get, set
Public Property MigrationPhase As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象