次の方法で共有


JobQueryObject.Operation プロパティ

定義

操作の種類を取得または設定します。 使用できる値は、'Invalid'、'Register'、'UnRegister'、'ConfigureBackup'、'Backup'、'Restore'、'DisableBackup'、'DeleteBackupData'、'CrossRegionRestore'、'Undelete'、'UpdateCustomerManagedKey' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象