다음을 통해 공유


BatchAccountOperationsExtensions.Get 메서드

정의

지정된 Batch 계정에 대한 정보를 가져옵니다.

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

매개 변수

operations
IBatchAccountOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName
String

Batch 계정의 이름입니다.

반환

적용 대상