AutomationVariableCreateOrUpdateContent(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AutomationVariableCreateOrUpdateContent.
public AutomationVariableCreateOrUpdateContent (string name);
new Azure.ResourceManager.Automation.Models.AutomationVariableCreateOrUpdateContent : string -> Azure.ResourceManager.Automation.Models.AutomationVariableCreateOrUpdateContent
Public Sub New (name As String)
Parameters
- name
- String
Gets or sets the name of the variable.
Exceptions
name
is null.