RunbookDraftOperationsExtensions.ContentAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookContentResponse> ContentAsync (this Microsoft.Azure.Management.Automation.IRunbookDraftOperations operations, string resourceGroupName, string automationAccount, string runbookName);
static member ContentAsync : Microsoft.Azure.Management.Automation.IRunbookDraftOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookContentResponse>
<Extension()>
Public Function ContentAsync (operations As IRunbookDraftOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As Task(Of RunbookContentResponse)
Parâmetros
- operations
- IRunbookDraftOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET