WebsitesClient.AddCustomHostNames Method
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.
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