共用方式為


CommitmentPlanProperties.HostingModel Property

Definition

Gets or sets account hosting model. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to