Freigeben über


DatabaseSecureConnectionPolicyCreateOrUpdateParameters Constructors

Definition

Overloads

Name Description
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)

Parameters

Applies to