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

ServerKeyCreateOrUpdateParameters Constructors

Definition

Overloads

ServerKeyCreateOrUpdateParameters()

Initializes a new instance of the ServerKeyCreateOrUpdateParameters class.

ServerKeyCreateOrUpdateParameters(ServerKeyCreateOrUpdateProperties)

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

ServerKeyCreateOrUpdateParameters()

Initializes a new instance of the ServerKeyCreateOrUpdateParameters class.

public ServerKeyCreateOrUpdateParameters ();
Public Sub New ()

Applies to

ServerKeyCreateOrUpdateParameters(ServerKeyCreateOrUpdateProperties)

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

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

Parameters

Applies to