次の方法で共有


ReplicationState クラス

定義

ReplicationState の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.ReplicationState>))]
public class ReplicationState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Compute.Fluent.Models.ReplicationState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Compute.Fluent.Models.ReplicationState>))>]
type ReplicationState = class
    inherit ExpandableStringEnum<ReplicationState>
Public Class ReplicationState
Inherits ExpandableStringEnum(Of ReplicationState)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

ReplicationState()

ReplicationState の値を定義します。

フィールド

Completed

ReplicationState の値を定義します。

Failed

ReplicationState の値を定義します。

Replicating

ReplicationState の値を定義します。

Unknown

ReplicationState の値を定義します。

プロパティ

Value

ReplicationState の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

ReplicationState の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

ReplicationState の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

ReplicationState の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

ReplicationState の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象