GraphResourceGetResultCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

Parameters

graphName
String

Cosmos DB graph resource 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