ConnectionCreateParameters 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
ConnectionCreateParameters() |
Initializes a new instance of the ConnectionCreateParameters class. |
ConnectionCreateParameters(String, ConnectionCreateProperties) |
Initializes a new instance of the ConnectionCreateParameters class with required arguments. |
ConnectionCreateParameters()
Initializes a new instance of the ConnectionCreateParameters class.
public ConnectionCreateParameters ();
Public Sub New ()
Applies to
ConnectionCreateParameters(String, ConnectionCreateProperties)
Initializes a new instance of the ConnectionCreateParameters class with required arguments.
public ConnectionCreateParameters (string name, Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties properties);
new Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters : string * Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateProperties -> Microsoft.WindowsAzure.Management.Automation.Models.ConnectionCreateParameters
Public Sub New (name As String, properties As ConnectionCreateProperties)
Parameters
- name
- String
- properties
- ConnectionCreateProperties
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET