ServerCreateOrUpdateParameters 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
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
- properties
- ServerCreateOrUpdateProperties