Freigeben über


ConfigServersOperationsExtensions.GetAsync Methode

Definition

Rufen Sie den Konfigurationsserver und seine Eigenschaften ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource> GetAsync (this Microsoft.Azure.Management.AppPlatform.IConfigServersOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.AppPlatform.IConfigServersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource>
<Extension()>
Public Function GetAsync (operations As IConfigServersOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConfigServerResource)

Parameter

operations
IConfigServersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serviceName
String

Der Name der Dienstressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: