NodeConfigurationDeployment Constructors
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.
Overloads
NodeConfigurationDeployment() |
Initializes a new instance of the NodeConfigurationDeployment class. |
NodeConfigurationDeployment(String, String, String, Job) |
Initializes a new instance of the NodeConfigurationDeployment class. |
NodeConfigurationDeployment(String, String, String, JobCollectionItem) | |
NodeConfigurationDeployment(String, String, String, IList<IDictionary<String,String>>) |
Initializes a new instance of the NodeConfigurationDeployment class. |
NodeConfigurationDeployment(String, String, String, Job, JobSchedule) |
Initializes a new instance of the NodeConfigurationDeployment class. |
NodeConfigurationDeployment(String, String, String, Job, IList<IDictionary<String,String>>) |
Initializes a new instance of the NodeConfigurationDeployment class. |
NodeConfigurationDeployment(String, String, String, Job, JobSchedule, IList<IDictionary<String,String>>) |
Initializes a new instance of the NodeConfigurationDeployment class. |
NodeConfigurationDeployment()
Initializes a new instance of the NodeConfigurationDeployment class.
public NodeConfigurationDeployment ();
Public Sub New ()
Applies to
NodeConfigurationDeployment(String, String, String, Job)
Initializes a new instance of the NodeConfigurationDeployment class.
public NodeConfigurationDeployment (string resourceGroupName, string accountName, string nodeConfiguraionName, Microsoft.Azure.Management.Automation.Models.Job automationJob = default);
new Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment : string * string * string * Microsoft.Azure.Management.Automation.Models.Job -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment
Public Sub New (resourceGroupName As String, accountName As String, nodeConfiguraionName As String, Optional automationJob As Job = Nothing)
Parameters
- resourceGroupName
- String
The resource group name.
- accountName
- String
The account name.
- nodeConfiguraionName
- String
The node configuration name.
- automationJob
- Job
The Job.
Exceptions
Applies to
NodeConfigurationDeployment(String, String, String, JobCollectionItem)
public NodeConfigurationDeployment (string resourceGroupName, string accountName, string nodeConfiguraionName, Microsoft.Azure.Management.Automation.Models.JobCollectionItem automationJob = default);
new Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment : string * string * string * Microsoft.Azure.Management.Automation.Models.JobCollectionItem -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment
Public Sub New (resourceGroupName As String, accountName As String, nodeConfiguraionName As String, Optional automationJob As JobCollectionItem = Nothing)
Parameters
- resourceGroupName
- String
- accountName
- String
- nodeConfiguraionName
- String
- automationJob
- JobCollectionItem
Applies to
NodeConfigurationDeployment(String, String, String, IList<IDictionary<String,String>>)
Initializes a new instance of the NodeConfigurationDeployment class.
public NodeConfigurationDeployment (string resourceGroupName, string accountName, string nodeConfiguraionName, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> nodeGroups = default);
new Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment : string * string * string * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment
Public Sub New (resourceGroupName As String, accountName As String, nodeConfiguraionName As String, Optional nodeGroups As IList(Of IDictionary(Of String, String)) = Nothing)
Parameters
- resourceGroupName
- String
The resource group name.
- accountName
- String
The account name.
- nodeConfiguraionName
- String
The Node Configuration Name
- nodeGroups
- IList<IDictionary<String,String>>
The list of Node Groups with status.
Exceptions
Applies to
NodeConfigurationDeployment(String, String, String, Job, JobSchedule)
Initializes a new instance of the NodeConfigurationDeployment class.
public NodeConfigurationDeployment (string resourceGroupName, string accountName, string nodeConfiguraionName, Microsoft.Azure.Management.Automation.Models.Job automationJob = default, Microsoft.Azure.Management.Automation.Models.JobSchedule automationJobSchedule = default);
new Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment : string * string * string * Microsoft.Azure.Management.Automation.Models.Job * Microsoft.Azure.Management.Automation.Models.JobSchedule -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment
Public Sub New (resourceGroupName As String, accountName As String, nodeConfiguraionName As String, Optional automationJob As Job = Nothing, Optional automationJobSchedule As JobSchedule = Nothing)
Parameters
- resourceGroupName
- String
The resource group name.
- accountName
- String
The account name.
- nodeConfiguraionName
- String
The node configuration name.
- automationJob
- Job
The Job.
- automationJobSchedule
- JobSchedule
The Job Schedule. (optional)
Exceptions
Applies to
NodeConfigurationDeployment(String, String, String, Job, IList<IDictionary<String,String>>)
Initializes a new instance of the NodeConfigurationDeployment class.
public NodeConfigurationDeployment (string resourceGroupName, string accountName, string nodeConfiguraionName, Microsoft.Azure.Management.Automation.Models.Job automationJob = default, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> nodeGroups = default);
new Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment : string * string * string * Microsoft.Azure.Management.Automation.Models.Job * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment
Public Sub New (resourceGroupName As String, accountName As String, nodeConfiguraionName As String, Optional automationJob As Job = Nothing, Optional nodeGroups As IList(Of IDictionary(Of String, String)) = Nothing)
Parameters
- resourceGroupName
- String
The resource group name.
- accountName
- String
The account name.
- nodeConfiguraionName
- String
The Node Configuration Name
- automationJob
- Job
The Job. (optional)
- nodeGroups
- IList<IDictionary<String,String>>
The list of Node Groups with status. (optional)
Exceptions
Applies to
NodeConfigurationDeployment(String, String, String, Job, JobSchedule, IList<IDictionary<String,String>>)
Initializes a new instance of the NodeConfigurationDeployment class.
public NodeConfigurationDeployment (string resourceGroupName, string accountName, string nodeConfiguraionName, Microsoft.Azure.Management.Automation.Models.Job automationJob = default, Microsoft.Azure.Management.Automation.Models.JobSchedule automationJobSchedule = default, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> nodeGroups = default);
new Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment : string * string * string * Microsoft.Azure.Management.Automation.Models.Job * Microsoft.Azure.Management.Automation.Models.JobSchedule * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeployment
Public Sub New (resourceGroupName As String, accountName As String, nodeConfiguraionName As String, Optional automationJob As Job = Nothing, Optional automationJobSchedule As JobSchedule = Nothing, Optional nodeGroups As IList(Of IDictionary(Of String, String)) = Nothing)
Parameters
- resourceGroupName
- String
The resource group name.
- accountName
- String
The account name.
- nodeConfiguraionName
- String
The Node Configuration Name
- automationJob
- Job
The Job. (optional)
- automationJobSchedule
- JobSchedule
The Job Schedule. (optional)
- nodeGroups
- IList<IDictionary<String,String>>
The list of Node Groups with status. (optional)