你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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