次の方法で共有


ProtectedItemQueryObject.ItemType プロパティ

定義

この項目が表すワークロードの種類を取得または設定します。 使用可能な値には、'Invalid'、'VM'、'FileFolder'、'AzureSqlDb'、'SQLDB'、'Exchange'、'Sharepoint'、'VMwareVM'、'SystemState'、'Client'、'GenericDataSource'、'SQLDataBase'、'AzureFileShare'、'SAPHanaDatabase'、'SAPAseDatabase' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象