NodeConfigurationDeploymentSchedule 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
NodeConfigurationDeploymentSchedule() |
Initializes a new instance of the NodeConfigurationDeploymentSchedule class. |
NodeConfigurationDeploymentSchedule(String, String, JobSchedule) |
Initializes a new instance of the NodeConfigurationDeploymentSchedule class. |
NodeConfigurationDeploymentSchedule()
Initializes a new instance of the NodeConfigurationDeploymentSchedule class.
public NodeConfigurationDeploymentSchedule ();
Public Sub New ()
Applies to
NodeConfigurationDeploymentSchedule(String, String, JobSchedule)
Initializes a new instance of the NodeConfigurationDeploymentSchedule class.
public NodeConfigurationDeploymentSchedule (string resourceGroupName, string accountName, Microsoft.Azure.Management.Automation.Models.JobSchedule automationJobSchedule = default);
new Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeploymentSchedule : string * string * Microsoft.Azure.Management.Automation.Models.JobSchedule -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeploymentSchedule
Public Sub New (resourceGroupName As String, accountName As String, Optional automationJobSchedule As JobSchedule = Nothing)
Parameters
- resourceGroupName
- String
The resource group name.
- accountName
- String
The account name.
- automationJobSchedule
- JobSchedule
The Job Schedule. (optional)