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

The Runbook.
Inheritance: Microsoft.Azure.Commands.Automation.Model.BaseProperties
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

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

Initializes a new instance of the Runbook class.

Runbook ( string resourceGroupName, string accountName, AutomationManagement runbook ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the Runbook class.

Method Details

Runbook() public method

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

Runbook() public method

Initializes a new instance of the Runbook class.
///
public Runbook ( string resourceGroupName, string accountName, AutomationManagement runbook ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
accountName string /// The account name. ///
runbook AutomationManagement /// The runbook. ///
return Microsoft.Azure.Commands.Automation.Common