IDomainPatchResourceProperties.ManagedHostName Property

Definition

All hostnames derived from the domain and assigned to Azure resources.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="All hostnames derived from the domain and assigned to Azure resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostName) }, Read=true, ReadOnly=true, Required=false, SerializedName="managedHostNames", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostName> ManagedHostName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="All hostnames derived from the domain and assigned to Azure resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostName) }, Read=true, ReadOnly=true, Required=false, SerializedName="managedHostNames", Update=false)>]
member this.ManagedHostName : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IHostName>
Public ReadOnly Property ManagedHostName As List(Of IHostName)

Property Value

Attributes

Applies to