DomainPatchResource.ManagedHostNames Property

Definition

Gets all hostnames derived from the domain and assigned to Azure resources.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to