Freigeben über


FrontDoorRulesEngineCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren FrontDoorRulesEngineResource Vorgänge darstellt. Jedes FrontDoorRulesEngineResource in der Auflistung gehört zum gleichen instance von FrontDoorResource. Um eine FrontDoorRulesEngineCollection instance rufen Sie die GetFrontDoorRulesEngines-Methode aus einer instance von FrontDoorResourceauf.

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

Konstruktoren

FrontDoorRulesEngineCollection()

Initialisiert eine neue instance der -Klasse für die FrontDoorRulesEngineCollection 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, FrontDoorRulesEngineData, CancellationToken)

Erstellt eine neue Regel-Engine-Konfiguration mit dem angegebenen Namen innerhalb der angegebenen Front Door-Instanz.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • Vorgangs-IdRulesEngines_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, FrontDoorRulesEngineData, CancellationToken)

Erstellt eine neue Regel-Engine-Konfiguration mit dem angegebenen Namen innerhalb der angegebenen Front Door-Instanz.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • Vorgangs-IdRulesEngines_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • Vorgangs-IdRulesEngines_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • Vorgangs-IdRulesEngines_Get
Get(String, CancellationToken)

Ruft eine Regel-Engine-Konfiguration mit dem angegebenen Namen innerhalb der angegebenen Front Door-Instanz ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • Vorgangs-IdRulesEngines_Get
GetAll(CancellationToken)

Listet alle Regel-Engine-Konfigurationen innerhalb einer Front Door-Instanz auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines
  • Vorgangs-IdRulesEngines_ListByFrontDoor
GetAllAsync(CancellationToken)

Listet alle Regel-Engine-Konfigurationen innerhalb einer Front Door-Instanz auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines
  • Vorgangs-IdRulesEngines_ListByFrontDoor
GetAsync(String, CancellationToken)

Ruft eine Regel-Engine-Konfiguration mit dem angegebenen Namen innerhalb der angegebenen Front Door-Instanz ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • Vorgangs-IdRulesEngines_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<FrontDoorRulesEngineResource>.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<FrontDoorRulesEngineResource>.GetEnumerator()

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

Gilt für: