ServiceWorkspacePolicyFragmentCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • 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 Azure.Response<bool> Exists (string id, Azure.ResourceManager.ApiManagement.Models.PolicyFragmentContentFormat? format = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * Nullable<Azure.ResourceManager.ApiManagement.Models.PolicyFragmentContentFormat> * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * Nullable<Azure.ResourceManager.ApiManagement.Models.PolicyFragmentContentFormat> * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (id As String, Optional format As Nullable(Of PolicyFragmentContentFormat) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

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