Share via


ApiManagementAuthorizationServerCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

authsid
String

Identifier of the authorization server.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

authsid is null.

Applies to