次の方法で共有


AzureFileShareRestoreRequest.CopyOptions プロパティ

定義

コピーの競合を解決するためのオプションを取得または設定します。 指定できる値は、'Invalid'、'CreateCopy'、'Skip'、'Overwrite'、'FailOnConflict' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象