次の方法で共有


RestorePoint.ExcludeDisks プロパティ

定義

顧客が復元ポイントから除外するディスク リソース ID の一覧を取得または設定します。 ディスクが指定されていない場合は、すべてのディスクが含まれます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.excludeDisks")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ApiEntityReference> ExcludeDisks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.excludeDisks")>]
member this.ExcludeDisks : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ApiEntityReference> with get, set
Public Property ExcludeDisks As IList(Of ApiEntityReference)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象