Aracılığıyla paylaş


TestJobOperationsExtensions.SuspendAsync Yöntem

Tanım

Aşırı Yüklemeler

SuspendAsync(ITestJobOperations, String, String, String)
SuspendAsync(ITestJobOperations, String, String, String, CancellationToken)

Test işini askıya alın. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

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

Parametreler

operations
ITestJobOperations
resourceGroupName
String
automationAccount
String
runbookName
String

Döndürülenler

Task<Microsoft.Azure.AzureOperationResponse>

Şunlara uygulanır

SuspendAsync(ITestJobOperations, String, String, String, CancellationToken)

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

Parametreler

operations
ITestJobOperations

Bu uzantı yöntemi için işlem grubu.

resourceGroupName
String

Azure Kaynak grubunun adı.

automationAccountName
String

Otomasyon hesabının adı.

runbookName
String

Runbook adı.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır