VariableCreateOrUpdateParameters Constructors
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.
Overloads
VariableCreateOrUpdateParameters() |
Initializes a new instance of the VariableCreateOrUpdateParameters class. |
VariableCreateOrUpdateParameters(String, VariableCreateOrUpdateProperties) |
Initializes a new instance of the VariableCreateOrUpdateParameters class with required arguments. |
VariableCreateOrUpdateParameters()
Initializes a new instance of the VariableCreateOrUpdateParameters class.
public VariableCreateOrUpdateParameters ();
Public Sub New ()
Applies to
VariableCreateOrUpdateParameters(String, VariableCreateOrUpdateProperties)
Initializes a new instance of the VariableCreateOrUpdateParameters class with required arguments.
public VariableCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters
Public Sub New (name As String, properties As VariableCreateOrUpdateProperties)
Parameters
- name
- System.String
- properties
- VariableCreateOrUpdateProperties