BatchClient.ListPrivateEndpointConnections 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.
Lists private endpoint connections
public virtual System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSPrivateEndpointConnection> ListPrivateEndpointConnections (string resourceGroup, string accountName, int? maxResults = default);
abstract member ListPrivateEndpointConnections : string * string * Nullable<int> -> seq<Microsoft.Azure.Commands.Batch.Models.PSPrivateEndpointConnection>
override this.ListPrivateEndpointConnections : string * string * Nullable<int> -> seq<Microsoft.Azure.Commands.Batch.Models.PSPrivateEndpointConnection>
Public Overridable Function ListPrivateEndpointConnections (resourceGroup As String, accountName As String, Optional maxResults As Nullable(Of Integer) = Nothing) As IEnumerable(Of PSPrivateEndpointConnection)
Parameters
- resourceGroup
- String
The resource group
- accountName
- String
The account name
Returns
The private endpoint connections