你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeConfigurationDeployment Class

Definition

public class NodeConfigurationDeployment
type NodeConfigurationDeployment = class
Public Class NodeConfigurationDeployment
Inheritance
NodeConfigurationDeployment

Constructors

NodeConfigurationDeployment()

Initializes a new instance of the NodeConfigurationDeployment class.

NodeConfigurationDeployment(String, String, String, IList<IDictionary<String,String>>)

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, Job, 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, JobSchedule, IList<IDictionary<String,String>>)

Initializes a new instance of the NodeConfigurationDeployment class.

NodeConfigurationDeployment(String, String, String, JobCollectionItem)

Properties

AutomationAccountName

Gets or sets the automaiton account name.

Job

Gets or sets the job id.

JobId

Gets or sets the job id.

JobSchedule

Gets or sets Job Schedule.

JobScheduleId

Gets or sets Job Schedule Id.

JobStatus

Gets or sets the job status.

NodeConfigurationName

Gets or sets Node Configuration name.

NodeStatus

Gets or sets list of node groups with their status.

ResourceGroupName

Gets or sets the resource group name.

Applies to