다음을 통해 공유


AutomationAccountOperationsExtensions.GetAsync 메서드

정의

오버로드

GetAsync(IAutomationAccountOperations, String, String)
GetAsync(IAutomationAccountOperations, String, String, CancellationToken)

Automation 계정에 대한 정보를 가져옵니다. http://aka.ms/azureautomationsdk/automationaccountoperations

GetAsync(IAutomationAccountOperations, String, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, string automationAccount);
static member GetAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountGetResponse>
<Extension()>
Public Function GetAsync (operations As IAutomationAccountOperations, resourceGroupName As String, automationAccount As String) As Task(Of AutomationAccountGetResponse)

매개 변수

resourceGroupName
String
automationAccount
String

반환

적용 대상

GetAsync(IAutomationAccountOperations, String, String, CancellationToken)

Automation 계정에 대한 정보를 가져옵니다. http://aka.ms/azureautomationsdk/automationaccountoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccount> GetAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, string automationAccountName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccount>
<Extension()>
Public Function GetAsync (operations As IAutomationAccountOperations, resourceGroupName As String, automationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AutomationAccount)

매개 변수

operations
IAutomationAccountOperations

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

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상