Share via


ServerCommunicationLinkCreateOrUpdateParameters Constructors

Definition

Overloads

ServerCommunicationLinkCreateOrUpdateParameters()

Initializes a new instance of the ServerCommunicationLinkCreateOrUpdateParameters class.

ServerCommunicationLinkCreateOrUpdateParameters(ServerCommunicationLinkCreateOrUpdateProperties)

Initializes a new instance of the ServerCommunicationLinkCreateOrUpdateParameters class with required arguments.

ServerCommunicationLinkCreateOrUpdateParameters()

Initializes a new instance of the ServerCommunicationLinkCreateOrUpdateParameters class.

public ServerCommunicationLinkCreateOrUpdateParameters ();
Public Sub New ()

Applies to

ServerCommunicationLinkCreateOrUpdateParameters(ServerCommunicationLinkCreateOrUpdateProperties)

Initializes a new instance of the ServerCommunicationLinkCreateOrUpdateParameters class with required arguments.

public ServerCommunicationLinkCreateOrUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerCommunicationLinkCreateOrUpdateParameters
Public Sub New (properties As ServerCommunicationLinkCreateOrUpdateProperties)

Parameters

Applies to