Freigeben über


ModuleOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Überlädt

CreateOrUpdateAsync(IModuleOperations, String, String, ModuleCreateOrUpdateParameters)
CreateOrUpdateAsync(IModuleOperations, String, String, String, ModuleCreateOrUpdateParameters, CancellationToken)

Erstellen oder aktualisieren Sie das durch den Modulnamen identifizierte Modul. http://aka.ms/azureautomationsdk/moduleoperations

CreateOrUpdateAsync(IModuleOperations, String, String, ModuleCreateOrUpdateParameters)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateResponse> CreateOrUpdateAsync (this Microsoft.Azure.Management.Automation.IModuleOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters parameters);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Automation.IModuleOperations * string * string * Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateResponse>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IModuleOperations, resourceGroupName As String, automationAccount As String, parameters As ModuleCreateOrUpdateParameters) As Task(Of ModuleCreateOrUpdateResponse)

Parameter

operations
IModuleOperations
resourceGroupName
String
automationAccount
String

Gibt zurück

Gilt für:

CreateOrUpdateAsync(IModuleOperations, String, String, String, ModuleCreateOrUpdateParameters, CancellationToken)

Erstellen oder aktualisieren Sie das durch den Modulnamen identifizierte Modul. http://aka.ms/azureautomationsdk/moduleoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Module> CreateOrUpdateAsync (this Microsoft.Azure.Management.Automation.IModuleOperations operations, string resourceGroupName, string automationAccountName, string moduleName, Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Automation.IModuleOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Module>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IModuleOperations, resourceGroupName As String, automationAccountName As String, moduleName As String, parameters As ModuleCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: