ConnectionCreateOrUpdateParameters Constructors

Definition

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

Applies to