C# Класс Microsoft.Azure.Commands.Automation.Model.NodeConfiguration

The Dsc Node configuration
Показать файл Открыть проект

Открытые методы

Метод Описание
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