NodeConfigurationDeploymentSchedule Constructors

Definition

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)

Exceptions

Applies to