Condividi tramite


ArmAutomationModelFactory.AutomationVariableCreateOrUpdateContent Method

Definition

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.

isEncrypted
Nullable<Boolean>

Gets or sets the encrypted flag of the variable.

Returns

A new AutomationVariableCreateOrUpdateContent instance for mocking.

Applies to