Freigeben über


AppConfigurationPrivateLinkResourceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AppConfigurationPrivateLinkResource Vorgänge darstellt. Jedes AppConfigurationPrivateLinkResource in der Auflistung gehört zum gleichen instance von AppConfigurationStoreResource. Um eine AppConfigurationPrivateLinkResourceCollection instance rufen Sie die GetAppConfigurationPrivateLinkResources-Methode aus einer instance von aufAppConfigurationStoreResource.

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

Konstruktoren

AppConfigurationPrivateLinkResourceCollection()

Initialisiert eine neue instance der -Klasse für die AppConfigurationPrivateLinkResourceCollection 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

Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}
  • Vorgangs-IdPrivateLinkResources_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}
  • Vorgangs-IdPrivateLinkResources_Get
Get(String, CancellationToken)

Ruft eine Private Link-Ressource ab, die für einen Konfigurationsspeicher erstellt werden muss.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}
  • Vorgangs-IdPrivateLinkResources_Get
GetAll(CancellationToken)

Ruft die Private Link-Ressourcen ab, die für einen Konfigurationsspeicher erstellt werden müssen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_ListByConfigurationStore
GetAllAsync(CancellationToken)

Ruft die Private Link-Ressourcen ab, die für einen Konfigurationsspeicher erstellt werden müssen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources
  • Vorgangs-IdPrivateLinkResources_ListByConfigurationStore
GetAsync(String, CancellationToken)

Ruft eine Private Link-Ressource ab, die für einen Konfigurationsspeicher erstellt werden muss.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources/{groupName}
  • Vorgangs-IdPrivateLinkResources_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<AppConfigurationPrivateLinkResource>.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<AppConfigurationPrivateLinkResource>.GetEnumerator()

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

Gilt für: