共用方式為


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