DscNodeConfigurationOperationsExtensions.BeginCreateOrUpdate 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.
Erstellen Sie die Knotenkonfiguration, die durch den Namen der Knotenkonfiguration identifiziert wird. http://aka.ms/azureautomationsdk/dscnodeconfigurations
public static Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration BeginCreateOrUpdate (this Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccountName, string nodeConfigurationName, Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration
<Extension()>
Public Function BeginCreateOrUpdate (operations As IDscNodeConfigurationOperations, resourceGroupName As String, automationAccountName As String, nodeConfigurationName As String, parameters As DscNodeConfigurationCreateOrUpdateParameters) As DscNodeConfiguration
Parameter
- operations
- IDscNodeConfigurationOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- nodeConfigurationName
- String
Der Name der Dsc-Knotenkonfiguration.
- parameters
- DscNodeConfigurationCreateOrUpdateParameters
Erstellen oder Aktualisieren von Parametern für die Konfiguration.
Gibt zurück
Gilt für:
Azure SDK for .NET