Freigeben über


FrontDoorSecretCollection Klasse

Definition

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

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

Konstruktoren

FrontDoorSecretCollection()

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

Erstellt ein neues Geheimnis innerhalb des angegebenen Profils.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • Vorgangs-IdFrontDoorSecrets_Create
CreateOrUpdateAsync(WaitUntil, String, FrontDoorSecretData, CancellationToken)

Erstellt ein neues Geheimnis innerhalb des angegebenen Profils.

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

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

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

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

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

Ruft ein vorhandenes Geheimnis in einem Profil ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • Vorgangs-IdFrontDoorSecrets_Get
GetAll(CancellationToken)

Listet vorhandene AzureFrontDoor-Geheimnisse auf.

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

Listet vorhandene AzureFrontDoor-Geheimnisse auf.

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

Ruft ein vorhandenes Geheimnis in einem Profil ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/secrets/{secretName}
  • Vorgangs-IdFrontDoorSecrets_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<FrontDoorSecretResource>.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<FrontDoorSecretResource>.GetEnumerator()

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

Gilt für: