Share via


ApiManagementOpenIdConnectProviderCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

Parameters

openId
String

Identifier of the OpenID Connect Provider.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

openId is null.

Applies to