次の方法で共有


BackupStatusRequest.ResourceType プロパティ

定義

コンテナーの種類 - VM、SQLPaaS、DPM、AzureFileShare を取得または設定します。 使用可能な値には、'Invalid'、'VM'、'FileFolder'、'AzureSqlDb'、'SQLDB'、'Exchange'、'Sharepoint'、'VMwareVM'、'SystemState'、'Client'、'GenericDataSource'、'SQLDataBase'、'AzureFileShare'、'SAPHanaDatabase'、'SAPAseDatabase' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象