AvailablePrivateEndpointTypesOperationsExtensions.ListByResourceGroup Method

Definition

Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AvailablePrivateEndpointType> ListByResourceGroup (this Microsoft.Azure.Management.Network.IAvailablePrivateEndpointTypesOperations operations, string location, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.Network.IAvailablePrivateEndpointTypesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AvailablePrivateEndpointType>
<Extension()>
Public Function ListByResourceGroup (operations As IAvailablePrivateEndpointTypesOperations, location As String, resourceGroupName As String) As IPage(Of AvailablePrivateEndpointType)

Parameters

operations
IAvailablePrivateEndpointTypesOperations

The operations group for this extension method.

location
String

The location of the domain name.

resourceGroupName
String

The name of the resource group.

Returns

Applies to