你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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