次の方法で共有


ApiManagementServiceBaseProperties.HostnameConfigurations プロパティ

定義

API Management サービスのカスタム ホスト名構成を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="hostnameConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.HostnameConfiguration> HostnameConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hostnameConfigurations")>]
member this.HostnameConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.HostnameConfiguration> with get, set
Public Property HostnameConfigurations As IList(Of HostnameConfiguration)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象