Freigeben über


ApiManagementProductTagCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren ApiManagementProductTagResource Vorgänge darstellt. Jedes ApiManagementProductTagResource in der Auflistung gehört zum gleichen instance von ApiManagementProductResource. Um eine ApiManagementProductTagCollection instance rufen Sie die GetApiManagementProductTags-Methode aus einer instance von aufApiManagementProductResource.

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

Konstruktoren

ApiManagementProductTagCollection()

Initialisiert eine neue instance der -Klasse für die ApiManagementProductTagCollection 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 dem Produkt ein Tag zu

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

Weist dem Produkt ein Tag zu

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

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

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

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

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

Ruft das Tag ab, das dem Produkt zugeordnet ist.

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

Listet alle dem Produkt zugeordneten Tags auf

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

Listet alle dem Produkt zugeordneten Tags auf

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

Ruft das Tag ab, das dem Produkt zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/tags/{tagId}
  • Vorgangs-IdTag_GetByProduct
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<ApiManagementProductTagResource>.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<ApiManagementProductTagResource>.GetEnumerator()

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

Gilt für: