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