ApiCollectionCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/providers/Microsoft.Security/apiCollections/{apiId}.
  • Operation Id. : ApiCollections_GetByAzureApiManagementService.
  • Default Api Version. : 2023-11-15.
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.ApiCollectionResource>> GetIfExistsAsync(string apiId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.ApiCollectionResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.ApiCollectionResource>>
Public Overridable Function GetIfExistsAsync (apiId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ApiCollectionResource))

Parameters

apiId
String

API revision identifier. Must be unique in the API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

apiId is null.

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

Applies to