Freigeben über


AppServiceEnvironmentsOperationsExtensions.GetAseV3NetworkingConfigurationAsync Methode

Definition

Ruft die Netzwerkkonfiguration einer App Service-Umgebung ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration> GetAseV3NetworkingConfigurationAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetAseV3NetworkingConfigurationAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AseV3NetworkingConfiguration>
<Extension()>
Public Function GetAseV3NetworkingConfigurationAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AseV3NetworkingConfiguration)

Parameter

operations
IAppServiceEnvironmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

name
String

Name des App Service-Umgebung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung zum Abrufen der Netzwerkkonfiguration eines App Service-Umgebung

Gilt für: