ServerKeyCreateOrUpdateParameters 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
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
- properties
- ServerKeyCreateOrUpdateProperties