DscNodeConfigurationOperationsExtensions.BeginCreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create the node configuration identified by node configuration name. 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
Parameters
- operations
- IDscNodeConfigurationOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of an Azure Resource group.
- automationAccountName
- String
The name of the automation account.
- nodeConfigurationName
- String
The Dsc node configuration name.
- parameters
- DscNodeConfigurationCreateOrUpdateParameters
The create or update parameters for configuration.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET