ProviderAuthorizedApplicationCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/authorizedApplications/{applicationId}.
  • Operation Id. : AuthorizedApplications_Get.
  • Default Api Version. : 2024-09-01.
public virtual Azure.NullableResponse<Azure.ResourceManager.ProviderHub.ProviderAuthorizedApplicationResource> GetIfExists(Guid applicationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : Guid * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ProviderHub.ProviderAuthorizedApplicationResource>
override this.GetIfExists : Guid * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ProviderHub.ProviderAuthorizedApplicationResource>
Public Overridable Function GetIfExists (applicationId As Guid, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ProviderAuthorizedApplicationResource)

Parameters

applicationId
Guid

The application ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to