BatchClient.ListPrivateLinkResources Method

Definition

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

maxResults
Nullable<Int32>

The max results

Returns

The private link resources

Applies to