RunbookOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateOrUpdate(IRunbookOperations, String, String, RunbookCreateOrUpdateParameters) | |
CreateOrUpdate(IRunbookOperations, String, String, String, RunbookCreateOrUpdateParameters) |
Erstellen Sie das runbook, das durch den Runbooknamen identifiziert wird. 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
Parameter
- operations
- IRunbookOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- RunbookCreateOrUpdateParameters
Gibt zurück
Gilt für:
CreateOrUpdate(IRunbookOperations, String, String, String, RunbookCreateOrUpdateParameters)
Erstellen Sie das runbook, das durch den Runbooknamen identifiziert wird. 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
Parameter
- operations
- IRunbookOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- runbookName
- String
Der Runbookname.
- parameters
- RunbookCreateOrUpdateParameters
Die Erstellungs- oder Aktualisierungsparameter für das Runbook. Geben Sie entweder Inhaltslinks für ein veröffentlichtes Runbook oder einen Entwurf an, nicht beides.
Gibt zurück
Gilt für:
Azure SDK for .NET