Freigeben über


CdnCustomDomainCollection Klasse

Definition

Eine Klasse, die eine Auflistung von CdnCustomDomainResource und deren Vorgänge darstellt. Jedes CdnCustomDomainResource in der Auflistung gehört zum gleichen instance von CdnEndpointResource. Um einen CdnCustomDomainCollection instance rufen Sie die GetCdnCustomDomains-Methode aus einer instance von aufCdnEndpointResource.

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

Konstruktoren

CdnCustomDomainCollection()

Initialisiert eine neue instance der CdnCustomDomainCollection -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, CdnCustomDomainCreateOrUpdateContent, CancellationToken)

Erstellt eine neue benutzerdefinierte Domäne innerhalb eines Endpunkts.

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

Erstellt eine neue benutzerdefinierte Domäne innerhalb eines Endpunkts.

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

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

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

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

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

Ruft eine vorhandene benutzerdefinierte Domäne innerhalb eines Endpunkts ab.

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

Listet alle vorhandenen benutzerdefinierten Domänen innerhalb eines Endpunkts auf.

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

Listet alle vorhandenen benutzerdefinierten Domänen innerhalb eines Endpunkts auf.

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

Ruft eine vorhandene benutzerdefinierte Domäne innerhalb eines Endpunkts ab.

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

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

Gilt für: