次の方法で共有


BMSContainerQueryObject.ContainerType プロパティ

定義

フィルターのコンテナーの種類を取得または設定します。 使用可能な値は次のとおりです: 'Invalid', 'Unknown'、'IaasVMContainer'、'IaasVMServiceContainer'、'DPMContainer'、'AzureBackupServerContainer'、'MABContainer'、'Cluster'、'AzureSqlContainer'、'Windows'、'VCenter'、'VMAppContainer'、'SQLAGWorkLoadContainer'、'StorageContainer'、'GenericContainer'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象