Freigeben über


LogicWorkflowRunActionScopeRepetitionCollection Klasse

Definition

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

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

Konstruktoren

LogicWorkflowRunActionScopeRepetitionCollection()

Initialisiert eine neue instance der LogicWorkflowRunActionScopeRepetitionCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions/{repetitionName}
  • Vorgang IdWorkflowRunActionScopeRepetitions_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions/{repetitionName}
  • Vorgang IdWorkflowRunActionScopeRepetitions_Get
Get(String, CancellationToken)

Rufen Sie die Wiederholung einer Workflowausführungsaktion im Bereich ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions/{repetitionName}
  • Vorgang IdWorkflowRunActionScopeRepetitions_Get
GetAll(CancellationToken)

Listet die Wiederholungen der Workflowausführungsaktion auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions
  • Vorgang IdWorkflowRunActionScopeRepetitions_List
GetAllAsync(CancellationToken)

Listet die Wiederholungen der Workflowausführungsaktion auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions
  • Vorgang IdWorkflowRunActionScopeRepetitions_List
GetAsync(String, CancellationToken)

Rufen Sie die Wiederholung einer Workflowausführungsaktion im Bereich ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}/scopeRepetitions/{repetitionName}
  • Vorgang IdWorkflowRunActionScopeRepetitions_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<LogicWorkflowRunActionScopeRepetitionResource>.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<LogicWorkflowRunActionScopeRepetitionResource>.GetEnumerator()

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

Gilt für: