Share via


WebsitesClient.AddCustomHostNames Method

Definition

Overloads

AddCustomHostNames(String, String, String, String[])
AddCustomHostNames(String, String, String, String[], String)

AddCustomHostNames(String, String, String, String[])

public void AddCustomHostNames (string resourceGroupName, string location, string webAppName, string[] hostNames);
member this.AddCustomHostNames : string * string * string * string[] -> unit
Public Sub AddCustomHostNames (resourceGroupName As String, location As String, webAppName As String, hostNames As String())

Parameters

resourceGroupName
String
location
String
webAppName
String
hostNames
String[]

Applies to

AddCustomHostNames(String, String, String, String[], String)

public void AddCustomHostNames (string resourceGroupName, string location, string webAppName, string[] hostNames, string slotName = default);
member this.AddCustomHostNames : string * string * string * string[] * string -> unit
Public Sub AddCustomHostNames (resourceGroupName As String, location As String, webAppName As String, hostNames As String(), Optional slotName As String = Nothing)

Parameters

resourceGroupName
String
location
String
webAppName
String
hostNames
String[]
slotName
String

Applies to