ArmAutomationModelFactory.AutomationVariableCreateOrUpdateContent Method
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 static Azure.ResourceManager.Automation.Models.AutomationVariableCreateOrUpdateContent AutomationVariableCreateOrUpdateContent(string name = default, string value = default, string description = default, bool? isEncrypted = default);
static member AutomationVariableCreateOrUpdateContent : string * string * string * Nullable<bool> -> Azure.ResourceManager.Automation.Models.AutomationVariableCreateOrUpdateContent
Public Shared Function AutomationVariableCreateOrUpdateContent (Optional name As String = Nothing, Optional value As String = Nothing, Optional description As String = Nothing, Optional isEncrypted As Nullable(Of Boolean) = Nothing) As AutomationVariableCreateOrUpdateContent
Parameters
- name
- String
Gets or sets the name of the variable.
- value
- String
Gets or sets the value of the variable.
- description
- String
Gets or sets the description of the variable.
Returns
A new AutomationVariableCreateOrUpdateContent instance for mocking.