Freigeben über


AppConfigurationPrivateLinkResourceCollection.GetAll Methode

Definition

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/privateLinkResources
  • Vorgang IdPrivateLinkResources_ListByConfigurationStore
public virtual Azure.Pageable<Azure.ResourceManager.AppConfiguration.AppConfigurationPrivateLinkResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppConfiguration.AppConfigurationPrivateLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppConfiguration.AppConfigurationPrivateLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppConfigurationPrivateLinkResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der AppConfigurationPrivateLinkResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: