Partilhar via


ApiManagementProductPolicyCollection.ExistsAsync Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/policies/{policyId}
  • Operação IdProductPolicy_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (Azure.ResourceManager.ApiManagement.Models.PolicyName policyId, Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat? format = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : Azure.ResourceManager.ApiManagement.Models.PolicyName * Nullable<Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : Azure.ResourceManager.ApiManagement.Models.PolicyName * Nullable<Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (policyId As PolicyName, Optional format As Nullable(Of PolicyExportFormat) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

policyId
PolicyName

O identificador da Política.

format
Nullable<PolicyExportFormat>

Formato de Exportação de Política.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a