Freigeben über


LogicWorkflowVersionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren LogicWorkflowVersionResource Vorgänge darstellt. Jedes LogicWorkflowVersionResource in der Auflistung gehört zum gleichen instance von LogicWorkflowResource. Um eine LogicWorkflowVersionCollection instance rufen Sie die GetLogicWorkflowVersions-Methode aus einer instance von aufLogicWorkflowResource.

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

Konstruktoren

LogicWorkflowVersionCollection()

Initialisiert eine neue instance der -Klasse für die LogicWorkflowVersionCollection 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

Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}
  • Vorgangs-IdWorkflowVersions_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}
  • Vorgangs-IdWorkflowVersions_Get
Get(String, CancellationToken)

Ruft eine Workflowversion ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}
  • Vorgangs-IdWorkflowVersions_Get
GetAll(Nullable<Int32>, CancellationToken)

Ruft eine Liste der Workflowversionen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions
  • Vorgangs-IdWorkflowVersions_List
GetAllAsync(Nullable<Int32>, CancellationToken)

Ruft eine Liste der Workflowversionen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions
  • Vorgangs-IdWorkflowVersions_List
GetAsync(String, CancellationToken)

Ruft eine Workflowversion ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/versions/{versionId}
  • Vorgangs-IdWorkflowVersions_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<LogicWorkflowVersionResource>.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<LogicWorkflowVersionResource>.GetEnumerator()

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

Gilt für: