DscConfigurationOperationsExtensions.Update 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 durch den Konfigurationsnamen identifizierte Konfiguration. http://aka.ms/azureautomationsdk/configurationoperations
public static Microsoft.Azure.Management.Automation.Models.DscConfiguration Update (this Microsoft.Azure.Management.Automation.IDscConfigurationOperations operations, string resourceGroupName, string automationAccountName, string configurationName, Microsoft.Azure.Management.Automation.Models.DscConfigurationUpdateParameters parameters = default);
static member Update : Microsoft.Azure.Management.Automation.IDscConfigurationOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscConfigurationUpdateParameters -> Microsoft.Azure.Management.Automation.Models.DscConfiguration
<Extension()>
Public Function Update (operations As IDscConfigurationOperations, resourceGroupName As String, automationAccountName As String, configurationName As String, Optional parameters As DscConfigurationUpdateParameters = Nothing) As DscConfiguration
Parameter
- operations
- IDscConfigurationOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- configurationName
- String
Erstellen oder Aktualisieren von Parametern für die Konfiguration.
- parameters
- DscConfigurationUpdateParameters
Erstellen oder Aktualisieren von Parametern für die Konfiguration.
Gibt zurück
Gilt für:
Azure SDK for .NET