ApplicationOperationsExtensions.Get Metod

Definition

Hämtar information om det angivna programmet.

public static Microsoft.Azure.Management.Batch.Models.Application Get (this Microsoft.Azure.Management.Batch.IApplicationOperations operations, string resourceGroupName, string accountName, string applicationName);
static member Get : Microsoft.Azure.Management.Batch.IApplicationOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.Application
<Extension()>
Public Function Get (operations As IApplicationOperations, resourceGroupName As String, accountName As String, applicationName As String) As Application

Parametrar

operations
IApplicationOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som innehåller Batch-kontot.

accountName
String

Namnet på Batch-kontot.

applicationName
String

Namnet på programmet. Detta måste vara unikt i kontot.

Returer

Gäller för