Share via


GremlinGraphCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/gremlinDatabases/{databaseName}/graphs/{graphName}
  • Operation Id: GremlinResources_GetGremlinGraph
  • Default Api Version: 2024-02-15-preview
  • Resource: GremlinGraphResource
public virtual Azure.NullableResponse<Azure.ResourceManager.CosmosDB.GremlinGraphResource> GetIfExists (string graphName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.CosmosDB.GremlinGraphResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.CosmosDB.GremlinGraphResource>
Public Overridable Function GetIfExists (graphName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of GremlinGraphResource)

Parameters

graphName
String

Cosmos DB graph name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

graphName is an empty string, and was expected to be non-empty.

graphName is null.

Applies to