Freigeben über


KeysOperationsExtensions.GetAsync Methode

Definition

Ruft einen Arbeitsbereichsschlüssel ab

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

Parameter

operations
IKeysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

workspaceName
String

Den Namen des Arbeitsbereichs.

keyName
String

Der Name des Arbeitsbereichsschlüssels

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: