TestJobOperationsExtensions.Suspend Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Test işini askıya alın. http://aka.ms/azureautomationsdk/testjoboperations
public static Microsoft.Azure.AzureOperationResponse Suspend (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, string runbookName);
public static void Suspend (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName);
static member Suspend : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse
static member Suspend : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> unit
<Extension()>
Public Function Suspend (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As AzureOperationResponse
<Extension()>
Public Sub Suspend (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String)
Parametreler
- operations
- ITestJobOperations
Bu uzantı yönteminin işlem grubu.
- resourceGroupName
- String
Azure Kaynak grubunun adı.
- automationAccountautomationAccountName
- String
- runbookName
- String
Runbook adı.
Döndürülenler
Microsoft.Azure.AzureOperationResponse
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET