Share via


PrivateDnsZoneGroupsOperationsExtensions.List Method

Definition

Gets all private dns zone groups in a private endpoint.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup> List (this Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations operations, string privateEndpointName, string resourceGroupName);
static member List : Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateDnsZoneGroup>
<Extension()>
Public Function List (operations As IPrivateDnsZoneGroupsOperations, privateEndpointName As String, resourceGroupName As String) As IPage(Of PrivateDnsZoneGroup)

Parameters

operations
IPrivateDnsZoneGroupsOperations

The operations group for this extension method.

privateEndpointName
String

The name of the private endpoint.

resourceGroupName
String

The name of the resource group.

Returns

Applies to