RestoreRequestInner.OperationType Property

Definition

Gets or sets operation type. Possible values include: 'Default', 'Clone', 'Relocation', 'Snapshot', 'CloudFS'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.operationType")]
public Microsoft.Azure.Management.AppService.Fluent.Models.BackupRestoreOperationType? OperationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.operationType")>]
member this.OperationType : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.BackupRestoreOperationType> with get, set
Public Property OperationType As Nullable(Of BackupRestoreOperationType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to