ModuleOperationsExtensions.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(IModuleOperations, String, String, ModuleCreateOrUpdateParameters) | |
CreateOrUpdate(IModuleOperations, String, String, String, ModuleCreateOrUpdateParameters) |
Erstellen oder aktualisieren Sie das durch den Modulnamen identifizierte Modul. http://aka.ms/azureautomationsdk/moduleoperations |
CreateOrUpdate(IModuleOperations, String, String, ModuleCreateOrUpdateParameters)
public static Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IModuleOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IModuleOperations * string * string * Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IModuleOperations, resourceGroupName As String, automationAccount As String, parameters As ModuleCreateOrUpdateParameters) As ModuleCreateOrUpdateResponse
Parameter
- operations
- IModuleOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- ModuleCreateOrUpdateParameters
Gibt zurück
Gilt für:
CreateOrUpdate(IModuleOperations, String, String, String, ModuleCreateOrUpdateParameters)
Erstellen oder aktualisieren Sie das durch den Modulnamen identifizierte Modul. http://aka.ms/azureautomationsdk/moduleoperations
public static Microsoft.Azure.Management.Automation.Models.Module CreateOrUpdate (this Microsoft.Azure.Management.Automation.IModuleOperations operations, string resourceGroupName, string automationAccountName, string moduleName, Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IModuleOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Module
<Extension()>
Public Function CreateOrUpdate (operations As IModuleOperations, resourceGroupName As String, automationAccountName As String, moduleName As String, parameters As ModuleCreateOrUpdateParameters) As Module
Parameter
- operations
- IModuleOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- moduleName
- String
Der Name des Moduls.
- parameters
- ModuleCreateOrUpdateParameters
Das Erstellen oder Aktualisieren von Parametern für das Modul.
Gibt zurück
Gilt für:
Azure SDK for .NET