Freigeben über


WebAppsOperationsExtensions.GetPrivateEndpointConnectionSlot Methode

Definition

Ruft eine private Endpunktverbindung ab.

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

name
String

Name der Website.

privateEndpointConnectionName
String

Name der verbindung mit dem privaten Endpunkt.

slot
String

Name des Standortbereitstellungsslots.

Gibt zurück

Hinweise

Beschreibung für Ruft eine verbindung mit einem privaten Endpunkt ab

Gilt für: