Partager via


PrivateLinkServicesOperationsExtensions.ListAutoApprovedPrivateLinkServicesByResourceGroupAsync Méthode

Définition

Retourne tous les ID de service de liaison privée qui peuvent être liés à un point de terminaison privé avec approbation automatique dans cet abonnement dans cette région.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService>> ListAutoApprovedPrivateLinkServicesByResourceGroupAsync (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string location, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAutoApprovedPrivateLinkServicesByResourceGroupAsync : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService>>
<Extension()>
Public Function ListAutoApprovedPrivateLinkServicesByResourceGroupAsync (operations As IPrivateLinkServicesOperations, location As String, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AutoApprovedPrivateLinkService))

Paramètres

operations
IPrivateLinkServicesOperations

Groupe d’opérations pour cette méthode d’extension.

location
String

Emplacement du nom de domaine.

resourceGroupName
String

Nom du groupe de ressources.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à