次の方法で共有


RestoreRequestInner.OperationType プロパティ

定義

操作の種類を取得または設定します。 使用可能な値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象