ConnectionCreateParameters Constructor (String, ConnectionCreateProperties)
Initializes a new instance of the ConnectionCreateParameters class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public ConnectionCreateParameters(
string name,
ConnectionCreateProperties properties
)
public:
ConnectionCreateParameters(
String^ name,
ConnectionCreateProperties^ properties
)
new :
name:string *
properties:ConnectionCreateProperties -> ConnectionCreateParameters
Public Sub New (
name As String,
properties As ConnectionCreateProperties
)
See Also
ConnectionCreateParameters Overload
ConnectionCreateParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top