共用方式為


ProviderShareSubscriptionCollection.GetIfExists 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 Azure.NullableResponse<Azure.ResourceManager.DataShare.ProviderShareSubscriptionResource> GetIfExists (string providerShareSubscriptionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DataShare.ProviderShareSubscriptionResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DataShare.ProviderShareSubscriptionResource>
Public Overridable Function GetIfExists (providerShareSubscriptionId As String, Optional cancellationToken As CancellationToken = Nothing) As 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