Freigeben über


WebAppsOperationsExtensions.CreateOrUpdateHostNameBindingSlot Methode

Definition

Erstellt eine Hostnamenbindung für eine App.

public static Microsoft.Azure.Management.WebSites.Models.HostNameBinding CreateOrUpdateHostNameBindingSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string hostName, Microsoft.Azure.Management.WebSites.Models.HostNameBinding hostNameBinding, string slot);
static member CreateOrUpdateHostNameBindingSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.HostNameBinding * string -> Microsoft.Azure.Management.WebSites.Models.HostNameBinding
<Extension()>
Public Function CreateOrUpdateHostNameBindingSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, hostName As String, hostNameBinding As HostNameBinding, slot As String) As HostNameBinding

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

hostName
String

Hostname in der Hostnamenbindung.

hostNameBinding
HostNameBinding

Bindungsdetails. Dies ist die JSON-Darstellung eines HostNameBinding-Objekts.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, erstellt die API eine Bindung für den Produktionsslot.

Gibt zurück

Hinweise

Beschreibung für Erstellt eine Hostnamenbindung für eine App.

Gilt für: