Freigeben über


ApiOperationPolicyCollection.GetAsync Methode

Definition

Rufen Sie die Richtlinienkonfiguration auf API-Vorgangsebene ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/operations/{operationId}/policies/{policyId}
  • Vorgangs-IdApiOperationPolicy_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiOperationPolicyResource>> 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.ApiOperationPolicyResource>>
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.ApiOperationPolicyResource>>
Public Overridable Function GetAsync (policyId As PolicyName, Optional format As Nullable(Of PolicyExportFormat) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiOperationPolicyResource))

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: