DscNodeConfigurationOperationsExtensions.CreateOrUpdateAsync 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
CreateOrUpdateAsync(IDscNodeConfigurationOperations, String, String, DscNodeConfigurationCreateOrUpdateParameters) | |
CreateOrUpdateAsync(IDscNodeConfigurationOperations, String, String, String, DscNodeConfigurationCreateOrUpdateParameters, CancellationToken) |
Erstellen Sie die Knotenkonfiguration, die durch den Namen der Knotenkonfiguration identifiziert wird. http://aka.ms/azureautomationsdk/dscnodeconfigurations |
CreateOrUpdateAsync(IDscNodeConfigurationOperations, String, String, DscNodeConfigurationCreateOrUpdateParameters)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationGetResponse> CreateOrUpdateAsync (this Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters parameters);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations * string * string * Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationGetResponse>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDscNodeConfigurationOperations, resourceGroupName As String, automationAccount As String, parameters As DscNodeConfigurationCreateOrUpdateParameters) As Task(Of DscNodeConfigurationGetResponse)
Parameter
- operations
- IDscNodeConfigurationOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- DscNodeConfigurationCreateOrUpdateParameters
Gibt zurück
Gilt für:
CreateOrUpdateAsync(IDscNodeConfigurationOperations, String, String, String, DscNodeConfigurationCreateOrUpdateParameters, CancellationToken)
Erstellen Sie die Knotenkonfiguration, die durch den Namen der Knotenkonfiguration identifiziert wird. http://aka.ms/azureautomationsdk/dscnodeconfigurations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration> CreateOrUpdateAsync (this Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccountName, string nodeConfigurationName, Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDscNodeConfigurationOperations, resourceGroupName As String, automationAccountName As String, nodeConfigurationName As String, parameters As DscNodeConfigurationCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
Die Erstellungs- oder Aktualisierungsparameter für die Konfiguration.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET