Partager via


ServerCreateOrUpdateParameters Constructors

Definition

Overloads

ServerCreateOrUpdateParameters()

Initializes a new instance of the ServerCreateOrUpdateParameters class.

ServerCreateOrUpdateParameters(ServerCreateOrUpdateProperties)

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

ServerCreateOrUpdateParameters()

Initializes a new instance of the ServerCreateOrUpdateParameters class.

public ServerCreateOrUpdateParameters ();
Public Sub New ()

Applies to

ServerCreateOrUpdateParameters(ServerCreateOrUpdateProperties)

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

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

Parameters

Applies to