Share via


IPrivateLinkServices.ListAutoApprovedPrivateLinkServicesByResourceGroupAsync Method

Definition

Lists all auto approved private link service asynchronously.

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

Parameters

resourceGroupName
String

The value of resource group name.

location
String

The value of location.

loadAllPages
Boolean
cancellationToken
CancellationToken

Returns

Applies to