DatabaseSecureConnectionPolicyCreateOrUpdateParameters 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
DatabaseSecureConnectionPolicyCreateOrUpdateParameters() |
Initializes a new instance of the DatabaseSecureConnectionPolicyCreateOrUpdateParameters class. |
DatabaseSecureConnectionPolicyCreateOrUpdateParameters(DatabaseSecureConnectionPolicyCreateOrUpdateProperties) |
Initializes a new instance of the DatabaseSecureConnectionPolicyCreateOrUpdateParameters class with required arguments. |
DatabaseSecureConnectionPolicyCreateOrUpdateParameters()
Initializes a new instance of the DatabaseSecureConnectionPolicyCreateOrUpdateParameters class.
public DatabaseSecureConnectionPolicyCreateOrUpdateParameters ();
Public Sub New ()
Applies to
DatabaseSecureConnectionPolicyCreateOrUpdateParameters(DatabaseSecureConnectionPolicyCreateOrUpdateProperties)
Initializes a new instance of the DatabaseSecureConnectionPolicyCreateOrUpdateParameters class with required arguments.
public DatabaseSecureConnectionPolicyCreateOrUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseSecureConnectionPolicyCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseSecureConnectionPolicyCreateOrUpdateProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters
Public Sub New (properties As DatabaseSecureConnectionPolicyCreateOrUpdateProperties)