SqlAuditAdapter<AuditPolicyType,AuditModelType> Class
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.
The SqlAuditClient class is responsible for transforming the data that was received form the endpoints to the cmdlets model of auditing policy and vice versa
public abstract class SqlAuditAdapter<AuditPolicyType,AuditModelType> where AuditPolicyType : ProxyResource where AuditModelType : WorkspaceDevOpsAuditModel
type SqlAuditAdapter<'AuditPolicyType, 'AuditModelType (requires 'AuditPolicyType :> ProxyResource and 'AuditModelType :> WorkspaceDevOpsAuditModel)> = class
Public MustInherit Class SqlAuditAdapter(Of AuditPolicyType, AuditModelType)
Type Parameters
- AuditPolicyType
- AuditModelType
- Inheritance
-
SqlAuditAdapter<AuditPolicyType,AuditModelType>
- Derived
Constructors
SqlAuditAdapter<AuditPolicyType,AuditModelType>(IAzureContext, Guid) |
Properties
AzureCommunicator |
The Azure endpoints communicator used by this adapter |
Communicator |
The auditing endpoints communicator used by this adapter |
Context |
Gets or sets the Azure profile |