Partager via


BatchAccountOperationsExtensions.Get Méthode

Définition

Obtient des informations sur le compte Batch spécifié.

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

Paramètres

operations
IBatchAccountOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le compte Batch.

accountName
String

Le nom du compte Batch.

Retours

S’applique à