IDomainPatchResourceProperties.ManagedHostName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All hostnames derived from the domain and assigned to Azure resources.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="All hostnames derived from the domain and assigned to Azure resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName) }, ReadOnly=true, Required=false, SerializedName="managedHostNames")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[] ManagedHostName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="All hostnames derived from the domain and assigned to Azure resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName) }, ReadOnly=true, Required=false, SerializedName="managedHostNames")>]
member this.ManagedHostName : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IHostName[]
Public ReadOnly Property ManagedHostName As IHostName()
Property Value
- Attributes