Partager via


IPrivateLinkServices.ListAutoApprovedPrivateLinkServicesByResourceGroupAsync Méthode

Définition

Répertorie tous les services de liaison privée approuvés automatiquement de manière asynchrone.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Network.Fluent.IAutoApprovedPrivateLinkService>> ListAutoApprovedPrivateLinkServicesByResourceGroupAsync (string resourceGroupName, string location, bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListAutoApprovedPrivateLinkServicesByResourceGroupAsync : string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Network.Fluent.IAutoApprovedPrivateLinkService>>
Public Function ListAutoApprovedPrivateLinkServicesByResourceGroupAsync (resourceGroupName As String, location As String, Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IAutoApprovedPrivateLinkService))

Paramètres

resourceGroupName
String

Valeur du nom du groupe de ressources.

location
String

Valeur de l’emplacement.

loadAllPages
Boolean
cancellationToken
CancellationToken

Retours

S’applique à