Freigeben über


LogicWorkflowRunActionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren LogicWorkflowRunActionResource Vorgänge darstellt. Jedes LogicWorkflowRunActionResource in der Auflistung gehört zum gleichen instance von LogicWorkflowRunResource. Um eine LogicWorkflowRunActionCollection instance rufen Sie die GetLogicWorkflowRunActions-Methode aus einer instance von aufLogicWorkflowRunResource.

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

Konstruktoren

LogicWorkflowRunActionCollection()

Initialisiert eine neue instance der -Klasse für die LogicWorkflowRunActionCollection 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}/runs/{runName}/actions/{actionName}
  • Vorgangs-IdWorkflowRunActions_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}
  • Vorgangs-IdWorkflowRunActions_Get
Get(String, CancellationToken)

Ruft eine Workflowausführungsaktion ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}
  • Vorgangs-IdWorkflowRunActions_Get
GetAll(Nullable<Int32>, String, CancellationToken)

Ruft eine Liste der Workflowausführungsaktionen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions
  • Vorgangs-IdWorkflowRunActions_List
GetAllAsync(Nullable<Int32>, String, CancellationToken)

Ruft eine Liste der Workflowausführungsaktionen ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions
  • Vorgangs-IdWorkflowRunActions_List
GetAsync(String, CancellationToken)

Ruft eine Workflowausführungsaktion ab.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}
  • Vorgangs-IdWorkflowRunActions_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<LogicWorkflowRunActionResource>.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<LogicWorkflowRunActionResource>.GetEnumerator()

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

Gilt für: