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