Freigeben über


ApiManagementProductResource.GetApiManagementProductPolicyAsync Methode

Definition

Ruft die Richtlinienkonfiguration auf Produktebene ab

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/policies/{policyId}
  • Vorgangs-IdProductPolicy_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementProductPolicyResource>> GetApiManagementProductPolicyAsync (Azure.ResourceManager.ApiManagement.Models.PolicyName policyId, Azure.ResourceManager.ApiManagement.Models.PolicyExportFormat? format = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiManagementProductPolicyAsync : 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.GetApiManagementProductPolicyAsync : 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 GetApiManagementProductPolicyAsync (policyId As PolicyName, Optional format As Nullable(Of PolicyExportFormat) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiManagementProductPolicyResource))

Parameter

policyId
PolicyName

Der Bezeichner der Richtlinie.

format
Nullable<PolicyExportFormat>

Format des Richtlinienexports.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: