次の方法で共有


DomainPatchResource.ManagedHostNames プロパティ

定義

ドメインから派生し、Azure リソースに割り当てられたすべてのホスト名を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.managedHostNames")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostName> ManagedHostNames { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.managedHostNames")>]
member this.ManagedHostNames : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.HostName>
Public ReadOnly Property ManagedHostNames As IList(Of HostName)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象