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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET