Sdílet prostřednictvím


IPrivateLinkServices.ListAutoApprovedPrivateLinkServicesByResourceGroup Method

Definition

Lists all auto approved private link services.

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

Parameters

resourceGroupName
String

The value of resource group name.

location
String

The value of location.

Returns

Applies to