Share via


IPrivateLinkServices.ListAutoApprovedPrivateLinkServices(String) Method

Definition

Lists all auto approved private link service.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Network.Fluent.IAutoApprovedPrivateLinkService> ListAutoApprovedPrivateLinkServices (string location);
abstract member ListAutoApprovedPrivateLinkServices : string -> seq<Microsoft.Azure.Management.Network.Fluent.IAutoApprovedPrivateLinkService>
Public Function ListAutoApprovedPrivateLinkServices (location As String) As IEnumerable(Of IAutoApprovedPrivateLinkService)

Parameters

location
String

The value of location.

Returns

Applies to