ConnectionCreateOrUpdateParameters 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
| Name | Description |
|---|---|
| ConnectionCreateOrUpdateParameters() |
Initializes a new instance of the ConnectionCreateOrUpdateParameters class. |
| ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties) |
ConnectionCreateOrUpdateParameters()
Initializes a new instance of the ConnectionCreateOrUpdateParameters class.
public ConnectionCreateOrUpdateParameters();
Public Sub New ()
Applies to
ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)
public ConnectionCreateOrUpdateParameters(string name, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, properties As ConnectionCreateOrUpdateProperties)
Parameters
- name
- String
- properties
- ConnectionCreateOrUpdateProperties