C# Class Microsoft.Azure.Commands.Automation.Model.ConfigurationContent

The configuration content.
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
ConfigurationContent ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the ConfigurationContent class.

ConfigurationContent ( string resourceGroupName, string accountName, Microsoft.Azure.Management.Automation configuration, string content, string slot ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the ConfigurationContent class.

Method Details

ConfigurationContent() public method

Initializes a new instance of the ConfigurationContent class.
public ConfigurationContent ( ) : Microsoft.Azure.Commands.Automation.Common
return Microsoft.Azure.Commands.Automation.Common

ConfigurationContent() public method

Initializes a new instance of the ConfigurationContent class.
public ConfigurationContent ( string resourceGroupName, string accountName, Microsoft.Azure.Management.Automation configuration, string content, string slot ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
accountName string /// The account name. ///
configuration Microsoft.Azure.Management.Automation /// The configuration. ///
content string /// The content. ///
slot string /// Slot published or draft. ///
return Microsoft.Azure.Commands.Automation.Common