Freigeben über


LogicWorkflowRunActionRepetitionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren LogicWorkflowRunActionRepetitionResource Vorgänge darstellt. Jedes LogicWorkflowRunActionRepetitionResource in der Auflistung gehört zum gleichen instance von LogicWorkflowRunActionResource. Um einen LogicWorkflowRunActionRepetitionCollection instance rufen Sie die GetLogicWorkflowRunActionRepetitions-Methode aus einer instance von aufLogicWorkflowRunActionResource.

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

Konstruktoren

LogicWorkflowRunActionRepetitionCollection()

Initialisiert eine neue instance der -Klasse für die LogicWorkflowRunActionRepetitionCollection 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}/repetitions/{repetitionName}
  • Vorgangs-IdWorkflowRunActionRepetitions_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}/repetitions/{repetitionName}
  • Vorgangs-IdWorkflowRunActionRepetitions_Get
Get(String, CancellationToken)

Rufen Sie eine Wiederholung einer Workflowausführungsaktion ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}
  • Vorgangs-IdWorkflowRunActionRepetitions_Get
GetAll(CancellationToken)

Ruft alle Wiederholungen einer Workflowausführungsaktion ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions
  • Vorgangs-IdWorkflowRunActionRepetitions_List
GetAllAsync(CancellationToken)

Ruft alle Wiederholungen einer Workflowausführungsaktion ab.

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

Rufen Sie eine Wiederholung einer Workflowausführungsaktion ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/repetitions/{repetitionName}
  • Vorgangs-IdWorkflowRunActionRepetitions_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<LogicWorkflowRunActionRepetitionResource>.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<LogicWorkflowRunActionRepetitionResource>.GetEnumerator()

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

Gilt für: