Compartilhar via


RunbookOperationsExtensions.CreateOrUpdate Método

Definição

Sobrecargas

CreateOrUpdate(IRunbookOperations, String, String, RunbookCreateOrUpdateParameters)
CreateOrUpdate(IRunbookOperations, String, String, String, RunbookCreateOrUpdateParameters)

Crie o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

CreateOrUpdate(IRunbookOperations, String, String, RunbookCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IRunbookOperations, resourceGroupName As String, automationAccount As String, parameters As RunbookCreateOrUpdateParameters) As RunbookCreateOrUpdateResponse

Parâmetros

operations
IRunbookOperations
resourceGroupName
String
automationAccount
String

Retornos

Aplica-se a

CreateOrUpdate(IRunbookOperations, String, String, String, RunbookCreateOrUpdateParameters)

Crie o runbook identificado pelo nome do runbook. http://aka.ms/azureautomationsdk/runbookoperations

public static Microsoft.Azure.Management.Automation.Models.Runbook CreateOrUpdate (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccountName, string runbookName, Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Runbook
<Extension()>
Public Function CreateOrUpdate (operations As IRunbookOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, parameters As RunbookCreateOrUpdateParameters) As Runbook

Parâmetros

operations
IRunbookOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome de um grupo de recursos do Azure.

automationAccountName
String

O nome da conta de automação.

runbookName
String

O nome do runbook.

parameters
RunbookCreateOrUpdateParameters

Os parâmetros de criação ou atualização para runbook. Forneça um link de conteúdo para um runbook publicado ou rascunho, não ambos.

Retornos

Aplica-se a