Partilhar via


ApiManagementProductPolicyCollection.GetAsync Método

Definição

Obter a configuração de política no nível do produto.

  • 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<Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource>> GetAsync (Azure.ResourceManager.ApiManagement.Models.PolicyName policyId, Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat? format = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Azure.ResourceManager.ApiManagement.Models.PolicyName * Nullable<Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource>>
override this.GetAsync : Azure.ResourceManager.ApiManagement.Models.PolicyName * Nullable<Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource>>
Public Overridable Function GetAsync (policyId As PolicyName, Optional format As Nullable(Of PolicyExportFormat) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiManagementProductPolicyResource))

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