AutomationClient.StartNodeConfigurationDeployment 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.
public Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment StartNodeConfigurationDeployment (string resourceGroupName, string automationAccountName, string nodeConfiguraionName, string[][] nodeNames, Microsoft.Azure.Commands.Automation.Model.Schedule schedule);
abstract member StartNodeConfigurationDeployment : string * string * string * string[][] * Microsoft.Azure.Commands.Automation.Model.Schedule -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment
override this.StartNodeConfigurationDeployment : string * string * string * string[][] * Microsoft.Azure.Commands.Automation.Model.Schedule -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment
Public Function StartNodeConfigurationDeployment (resourceGroupName As String, automationAccountName As String, nodeConfiguraionName As String, nodeNames As String()(), schedule As Schedule) As NodeConfigurationDeployment
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- nodeConfiguraionName
- String
- nodeNames
- String[][]
- schedule
- Schedule