Partager via


GraphResourceGetResultCollection.GetIfExistsAsync Méthode

Définition

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/graphs/{graphName}
  • IdGraphResources_GetGraph d’opération
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.CosmosDB.GraphResourceGetResultResource>> GetIfExistsAsync (string graphName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.CosmosDB.GraphResourceGetResultResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.CosmosDB.GraphResourceGetResultResource>>
Public Overridable Function GetIfExistsAsync (graphName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of GraphResourceGetResultResource))

Paramètres

graphName
String

Nom de la ressource de graphique Cosmos DB.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

graphName est une chaîne vide et devait être non vide.

graphName a la valeur null.

S’applique à