Share via


IHostName Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter))]
public interface IHostName : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.HostNameTypeConverter))>]
type IHostName = interface
    interface IJsonSerializable
Public Interface IHostName
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AzureResourceName

Name of the Azure resource the hostname is assigned to. If it is assigned to a Traffic Manager then it will be the Traffic Manager name otherwise it will be the app name.

AzureResourceType

Type of the Azure resource the hostname is assigned to.

CustomHostNameDnsRecordType

Type of the DNS record.

Name

Name of the hostname.

SiteName

List of apps the hostname is assigned to. This list will have more than one app only if the hostname is pointing to a Traffic Manager.

Type

Type of the hostname.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to