ShareDataSetCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/dataSets/{dataSetName}
  • Operation Id: DataSets_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataShare.ShareDataSetResource>> GetIfExistsAsync (string dataSetName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataShare.ShareDataSetResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataShare.ShareDataSetResource>>
Public Overridable Function GetIfExistsAsync (dataSetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ShareDataSetResource))

Parameters

dataSetName
String

The name of the dataSet.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dataSetName is null.

Applies to