Freigeben über


FrontDoorOriginGroupCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren FrontDoorOriginGroupResource Vorgänge darstellt. Jedes FrontDoorOriginGroupResource in der Auflistung gehört zum gleichen instance von ProfileResource. Um eine FrontDoorOriginGroupCollection instance rufen Sie die GetFrontDoorOriginGroups-Methode aus einer instance von aufProfileResource.

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

Konstruktoren

FrontDoorOriginGroupCollection()

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

Erstellt eine neue Ursprungsgruppe innerhalb des angegebenen Profils.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
  • Vorgangs-IdFrontDoorOriginGroups_Create
CreateOrUpdateAsync(WaitUntil, String, FrontDoorOriginGroupData, CancellationToken)

Erstellt eine neue Ursprungsgruppe innerhalb des angegebenen Profils.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
  • Vorgangs-IdFrontDoorOriginGroups_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
  • Vorgangs-IdFrontDoorOriginGroups_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
  • Vorgangs-IdFrontDoorOriginGroups_Get
Get(String, CancellationToken)

Ruft eine vorhandene Ursprungsgruppe innerhalb eines Profils ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
  • Vorgangs-IdFrontDoorOriginGroups_Get
GetAll(CancellationToken)

Listet alle vorhandenen Ursprungsgruppen in einem Profil auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups
  • Vorgangs-IdFrontDoorOriginGroups_ListByProfile
GetAllAsync(CancellationToken)

Listet alle vorhandenen Ursprungsgruppen in einem Profil auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups
  • Vorgangs-IdFrontDoorOriginGroups_ListByProfile
GetAsync(String, CancellationToken)

Ruft eine vorhandene Ursprungsgruppe innerhalb eines Profils ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}
  • Vorgangs-IdFrontDoorOriginGroups_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<FrontDoorOriginGroupResource>.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<FrontDoorOriginGroupResource>.GetEnumerator()

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

Gilt für: