Freigeben über


AppPlatformCertificateCollection Klasse

Definition

Eine Klasse, die eine Auflistung von AppPlatformCertificateResource und deren Vorgänge darstellt. Jedes AppPlatformCertificateResource in der Auflistung gehört zum gleichen instance von AppPlatformServiceResource. Um einen AppPlatformCertificateCollection instance rufen Sie die GetAppPlatformCertificates-Methode aus einer instance von AppPlatformServiceResourceauf.

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

Konstruktoren

AppPlatformCertificateCollection()

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

Erstellen oder aktualisieren Sie die Zertifikatressource.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
  • Vorgang IdCertificates_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AppPlatformCertificateData, CancellationToken)

Erstellen oder aktualisieren Sie die Zertifikatressource.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
  • Vorgang IdCertificates_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
  • Vorgang IdCertificates_Get
ExistsAsync(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
  • Vorgang IdCertificates_Get
Get(String, CancellationToken)

Rufen Sie die Zertifikatressource ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
  • Vorgang IdCertificates_Get
GetAll(CancellationToken)

Listet alle Zertifikate eines Benutzers auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates
  • Vorgang IdCertificates_List
GetAllAsync(CancellationToken)

Listet alle Zertifikate eines Benutzers auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates
  • Vorgang IdCertificates_List
GetAsync(String, CancellationToken)

Rufen Sie die Zertifikatressource ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName}
  • Vorgang IdCertificates_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<AppPlatformCertificateResource>.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<AppPlatformCertificateResource>.GetEnumerator()

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

Gilt für: