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