AzureFileShareRestoreRequest.CopyOptions Property

Definition

Gets or sets options to resolve copy conflicts. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to