Share via


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

Parameters

location
String

The value of location.

loadAllPages
Boolean
cancellationToken
CancellationToken

Returns

Applies to