RunbookDraftOperationsExtensions.ReplaceContentAsync 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.
Runbook taslak içeriğinin yerini alır. http://aka.ms/azureautomationsdk/runbookdraftoperations
public static System.Threading.Tasks.Task<System.IO.Stream> ReplaceContentAsync (this Microsoft.Azure.Management.Automation.IRunbookDraftOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.IO.Stream runbookContent, System.Threading.CancellationToken cancellationToken = default);
static member ReplaceContentAsync : Microsoft.Azure.Management.Automation.IRunbookDraftOperations * string * string * string * System.IO.Stream * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
<Extension()>
Public Function ReplaceContentAsync (operations As IRunbookDraftOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, runbookContent As Stream, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Stream)
Parametreler
- operations
- IRunbookDraftOperations
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ı.
- runbookContent
- Stream
Runbook taslak içeriği.
- cancellationToken
- CancellationToken
İptal belirteci.
Döndürülenler
Ş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