RestoreRequestInner.OperationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Nullable<BackupRestoreOperationType>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute