次の方法で共有


StreamingEndpoint.CustomHostNames プロパティ

定義

ストリーミング エンドポイントのカスタム ホスト名を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customHostNames")]
public System.Collections.Generic.IList<string> CustomHostNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customHostNames")>]
member this.CustomHostNames : System.Collections.Generic.IList<string> with get, set
Public Property CustomHostNames As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象