ServerCommunicationLinkCreateOrUpdateParameters 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
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)