Class AzureAutomationScript
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the automation script for an Azure resource or resource group.
public class AzureAutomationScript : BypassSection
- Inheritance
-
AzureAutomationScript
- Inherited Members
Constructors
AzureAutomationScript()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureAutomationScript class.
public AzureAutomationScript()
Properties
Template
Gets or sets the template for the automation script in JSON format.
public string Template { get; set; }
Property Value
Methods
ToString()
Returns the Azure automation script as a human readable string.
public override string ToString()
Returns
- string
The Azure automation script as a human readable string.