IHostName Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.HostNameTypeConverter))]
public interface IHostName : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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) |