Freigeben über


FrontDoorCustomDomainCollection Klasse

Definition

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

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

Konstruktoren

FrontDoorCustomDomainCollection()

Initialisiert eine neue instance der FrontDoorCustomDomainCollection -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

CreateOrUpdate(WaitUntil, String, FrontDoorCustomDomainData, CancellationToken)

Erstellt eine neue Domäne innerhalb des angegebenen Profils.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
  • Vorgang IdFrontDoorCustomDomains_Create
CreateOrUpdateAsync(WaitUntil, String, FrontDoorCustomDomainData, CancellationToken)

Erstellt eine neue Domäne innerhalb des angegebenen Profils.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
  • Vorgang IdFrontDoorCustomDomains_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
  • Vorgang IdFrontDoorCustomDomains_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
  • Vorgang IdFrontDoorCustomDomains_Get
Get(String, CancellationToken)

Ruft eine vorhandene AzureFrontDoor-Domäne mit dem angegebenen Domänennamen unter dem angegebenen Abonnement, der angegebenen Ressourcengruppe und dem angegebenen Profil ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
  • Vorgang IdFrontDoorCustomDomains_Get
GetAll(CancellationToken)

Listet vorhandene AzureFrontDoor-Domänen auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains
  • Vorgang IdFrontDoorCustomDomains_ListByProfile
GetAllAsync(CancellationToken)

Listet vorhandene AzureFrontDoor-Domänen auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains
  • Vorgang IdFrontDoorCustomDomains_ListByProfile
GetAsync(String, CancellationToken)

Ruft eine vorhandene AzureFrontDoor-Domäne mit dem angegebenen Domänennamen unter dem angegebenen Abonnement, der angegebenen Ressourcengruppe und dem angegebenen Profil ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/customDomains/{customDomainName}
  • Vorgang IdFrontDoorCustomDomains_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<FrontDoorCustomDomainResource>.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<FrontDoorCustomDomainResource>.GetEnumerator()

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

Gilt für: