Freigeben über


WebAppsOperationsExtensions.GetPrivateAccessSlotAsync Methode

Definition

Ruft Daten zur Aktivierung des Privaten Standortzugriffs und autorisierten virtuellen Netzwerken ab, die auf den Standort zugreifen können.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PrivateAccessInner> GetPrivateAccessSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateAccessSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PrivateAccessInner>
<Extension()>
Public Function GetPrivateAccessSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateAccessInner)

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

name
String

Der Name der Web-App.

slot
String

Der Name des Slots für die Web-App.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Ruft Daten für die Aktivierung des Privaten Standortzugriffs und autorisierte virtuelle Netzwerke ab, die auf den Standort zugreifen können.

Gilt für: