ServiceWorkspacePolicyFragmentCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

id
String

A resource identifier.

format
Nullable<PolicyFragmentContentFormat>

Policy fragment content format.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

id is null.

Applies to