BatchClient.ListApplications(String, String) 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.PSApplication> ListApplications (string resourceGroupName, string accountName);
abstract member ListApplications : string * string -> seq<Microsoft.Azure.Commands.Batch.Models.PSApplication>
override this.ListApplications : string * string -> seq<Microsoft.Azure.Commands.Batch.Models.PSApplication>
Public Overridable Function ListApplications (resourceGroupName As String, accountName As String) As IEnumerable(Of PSApplication)
Parameters
- resourceGroupName
- String
- accountName
- String