AuthorizationProviderContractCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/authorizationProviders/{authorizationProviderId}
  • Operation Id: AuthorizationProvider_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: AuthorizationProviderContractResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ApiManagement.AuthorizationProviderContractResource>> GetIfExistsAsync (string authorizationProviderId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ApiManagement.AuthorizationProviderContractResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.ApiManagement.AuthorizationProviderContractResource>>
Public Overridable Function GetIfExistsAsync (authorizationProviderId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of AuthorizationProviderContractResource))

Parameters

authorizationProviderId
String

Identifier of the authorization provider.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

authorizationProviderId is null.

Applies to