ProviderShareSubscriptionCollection.GetIfExistsAsync 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}/providerShareSubscriptions/{providerShareSubscriptionId}
  • Operation Id: ProviderShareSubscriptions_GetByShare
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataShare.ProviderShareSubscriptionResource>> GetIfExistsAsync (string providerShareSubscriptionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataShare.ProviderShareSubscriptionResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataShare.ProviderShareSubscriptionResource>>
Public Overridable Function GetIfExistsAsync (providerShareSubscriptionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ProviderShareSubscriptionResource))

Parameters

providerShareSubscriptionId
String

To locate shareSubscription.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

providerShareSubscriptionId is null.

Applies to