Freigeben über


LocationsOperationsExtensions.GetAsync Methode

Definition

Abrufen der Eigenschaften eines vorhandenen Cosmos DB-Speicherorts

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

Parameter

operations
ILocationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Cosmos DB-Region mit Leerzeichen zwischen Wörtern und jedem Wort in Großbuchstaben.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: