Freigeben über


ApiTagCollection Klasse

Definition

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

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

Konstruktoren

ApiTagCollection()

Initialisiert eine neue instance der -Klasse für die ApiTagCollection 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, String, CancellationToken)

Weist der API ein Tag zu

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/tags/{tagId}
  • Vorgangs-IdTag_AssignToApi
CreateOrUpdateAsync(WaitUntil, String, CancellationToken)

Weist der API ein Tag zu

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/tags/{tagId}
  • Vorgangs-IdTag_AssignToApi
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/tags/{tagId}
  • Vorgangs-IdTag_GetByApi
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/tags/{tagId}
  • Vorgangs-IdTag_GetByApi
Get(String, CancellationToken)

Ruft tag ab, das der API zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/tags/{tagId}
  • Vorgangs-IdTag_GetByApi
GetAll(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet alle der API zugeordneten Tags auf

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/tags
  • Vorgangs-IdTag_ListByApi
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Listet alle der API zugeordneten Tags auf

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/tags
  • Vorgangs-IdTag_ListByApi
GetAsync(String, CancellationToken)

Ruft tag ab, das der API zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/tags/{tagId}
  • Vorgangs-IdTag_GetByApi
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<ApiTagResource>.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<ApiTagResource>.GetEnumerator()

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

Gilt für: