次の方法で共有


MabContainerExtendedInfo.BackupItemType プロパティ

定義

このコンテナーに関連付けられているバックアップ項目の種類を取得または設定します。 指定できる値は、'Invalid'、'VM'、'FileFolder'、'AzureSqlDb'、'SQLDB'、'Exchange'、'Sharepoint'、'VMwareVM'、'SystemState'、'Client'、'GenericDataSource'、'SQLDataBase'、'AzureFileShare'、'SAPHanaDatabase'、'SAPAseDatabase' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象