C# 클래스 Microsoft.Azure.Commands.Automation.Model.NodeConfiguration

The Dsc Node configuration
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
NodeConfiguration ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the NodeConfiguration class.

NodeConfiguration ( string resourceGroupName, string accountName, Microsoft.Azure.Management.Automation nodeConfiguration, string rollUpStatus ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the DscNodeConfiguration class.

메소드 상세

NodeConfiguration() 공개 메소드

Initializes a new instance of the NodeConfiguration class.
public NodeConfiguration ( ) : Microsoft.Azure.Commands.Automation.Common
리턴 Microsoft.Azure.Commands.Automation.Common

NodeConfiguration() 공개 메소드

Initializes a new instance of the DscNodeConfiguration class.
///
public NodeConfiguration ( string resourceGroupName, string accountName, Microsoft.Azure.Management.Automation nodeConfiguration, string rollUpStatus ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string
accountName string /// The account name. ///
nodeConfiguration Microsoft.Azure.Management.Automation /// The NodeConfiguration. ///
rollUpStatus string
리턴 Microsoft.Azure.Commands.Automation.Common