Sdílet prostřednictvím


AutomationVariableCreateOrUpdateContent(String) Constructor

Definition

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.

Applies to