Condividi tramite


BatchAccountOperationsExtensions.Get Metodo

Definizione

Ottiene informazioni sull'account Batch specificato.

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

Parametri

operations
IBatchAccountOperations

Gruppo di operazioni per questo metodo di estensione.

resourceGroupName
String

Nome del gruppo di risorse che contiene l'account Batch.

accountName
String

Nome dell'account Batch.

Restituisce

Si applica a