PrivateEndpointsOperationsExtensions.ListBySubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all private endpoints in a subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateEndpoint> ListBySubscription (this Microsoft.Azure.Management.Network.IPrivateEndpointsOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.Network.IPrivateEndpointsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateEndpoint>
<Extension()>
Public Function ListBySubscription (operations As IPrivateEndpointsOperations) As IPage(Of PrivateEndpoint)
Parameters
- operations
- IPrivateEndpointsOperations
The operations group for this extension method.