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