次の方法で共有


RunbookOperationsExtensions.CreateOrUpdate メソッド

定義

オーバーロード

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

Runbook 名で識別される 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

パラメーター

operations
IRunbookOperations
resourceGroupName
String
automationAccount
String

戻り値

適用対象

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

Runbook 名で識別される 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

パラメーター

operations
IRunbookOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

runbookName
String

Runbook 名。

parameters
RunbookCreateOrUpdateParameters

Runbook の作成または更新のパラメーター。 発行された Runbook または下書きのコンテンツ リンクを、両方ではなく指定します。

戻り値

適用対象