Freigeben über


ApiPolicyCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ApiPolicyResource Vorgänge darstellt. Jedes ApiPolicyResource in der Auflistung gehört zum gleichen instance von ApiResource. Um eine ApiPolicyCollection instance rufen Sie die GetApiPolicies-Methode aus einer instance von aufApiResource.

public class ApiPolicyCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ApiManagement.ApiPolicyResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApiManagement.ApiPolicyResource>
type ApiPolicyCollection = class
    inherit ArmCollection
    interface seq<ApiPolicyResource>
    interface IEnumerable
    interface IAsyncEnumerable<ApiPolicyResource>
Public Class ApiPolicyCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ApiPolicyResource), IEnumerable(Of ApiPolicyResource)
Vererbung
ApiPolicyCollection
Implementiert

Konstruktoren

ApiPolicyCollection()

Initialisiert eine neue instance der -Klasse für die ApiPolicyCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, PolicyName, PolicyContractData, Nullable<ETag>, CancellationToken)

Erstellt oder aktualisiert die Richtlinienkonfiguration für die API

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies/{policyId}
  • Vorgangs-IdApiPolicy_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, PolicyName, PolicyContractData, Nullable<ETag>, CancellationToken)

Erstellt oder aktualisiert die Richtlinienkonfiguration für die API

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies/{policyId}
  • Vorgangs-IdApiPolicy_CreateOrUpdate
Exists(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies/{policyId}
  • Vorgangs-IdApiPolicy_Get
ExistsAsync(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies/{policyId}
  • Vorgangs-IdApiPolicy_Get
Get(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

Ruft die Richtlinienkonfiguration auf API-Ebene ab

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies/{policyId}
  • Vorgangs-IdApiPolicy_Get
GetAll(CancellationToken)

Ruft die Richtlinienkonfiguration auf API-Ebene ab

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies
  • Vorgangs-IdApiPolicy_ListByApi
GetAllAsync(CancellationToken)

Ruft die Richtlinienkonfiguration auf API-Ebene ab

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies
  • Vorgangs-IdApiPolicy_ListByApi
GetAsync(PolicyName, Nullable<PolicyExportFormat>, CancellationToken)

Ruft die Richtlinienkonfiguration auf API-Ebene ab

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/policies/{policyId}
  • Vorgangs-IdApiPolicy_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<ApiPolicyResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<ApiPolicyResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: