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