次の方法で共有


CommitmentTier.HostingModel プロパティ

定義

アカウント ホスティング モデルを取得または設定します。 使用できる値は、'Web'、'ConnectedContainer'、'DisconnectedContainer' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象