BatchClient.ListPrivateLinkResources(String, String, Nullable<Int32>) 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.
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
- accountName
- String