Partilhar via


PrivateLinkServicesOperationsExtensions.ListAutoApprovedPrivateLinkServicesByResourceGroupAsync Método

Definição

Retorna todas as IDs de serviço de link privado que podem ser vinculadas a um ponto de extremidade privado com aprovação automática nesta assinatura nesta região.

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))

Parâmetros

operations
IPrivateLinkServicesOperations

O grupo de operações para esse método de extensão.

location
String

O local do nome de domínio.

resourceGroupName
String

O nome do grupo de recursos.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a