Uses of Class
com.azure.resourcemanager.sql.fluent.models.ExtendedServerBlobAuditingPolicyProperties
Packages that use ExtendedServerBlobAuditingPolicyProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of ExtendedServerBlobAuditingPolicyProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type ExtendedServerBlobAuditingPolicyPropertiesModifier and TypeClassDescriptionfinal classProperties of an extended server blob auditing policy.Methods in com.azure.resourcemanager.sql.fluent.models that return ExtendedServerBlobAuditingPolicyPropertiesModifier and TypeMethodDescriptionExtendedServerBlobAuditingPolicyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExtendedServerBlobAuditingPolicyProperties from the JsonReader.ExtendedServerBlobAuditingPolicyProperties.withAuditActionsAndGroups(List<String> auditActionsAndGroups) Set the auditActionsAndGroups property: Specifies the Actions-Groups and Actions to audit.ExtendedServerBlobAuditingPolicyProperties.withIsAzureMonitorTargetEnabled(Boolean isAzureMonitorTargetEnabled) Set the isAzureMonitorTargetEnabled property: Specifies whether audit events are sent to Azure Monitor.ExtendedServerBlobAuditingPolicyProperties.withIsDevopsAuditEnabled(Boolean isDevopsAuditEnabled) Set the isDevopsAuditEnabled property: Specifies the state of devops audit.ExtendedServerBlobAuditingPolicyProperties.withIsManagedIdentityInUse(Boolean isManagedIdentityInUse) Set the isManagedIdentityInUse property: Specifies whether Managed Identity is used to access blob storage.ExtendedServerBlobAuditingPolicyProperties.withIsStorageSecondaryKeyInUse(Boolean isStorageSecondaryKeyInUse) Set the isStorageSecondaryKeyInUse property: Specifies whether storageAccountAccessKey value is the storage's secondary key.ExtendedServerBlobAuditingPolicyProperties.withPredicateExpression(String predicateExpression) Set the predicateExpression property: Specifies condition of where clause when creating an audit.ExtendedServerBlobAuditingPolicyProperties.withQueueDelayMs(Integer queueDelayMs) Set the queueDelayMs property: Specifies the amount of time in milliseconds that can elapse before audit actions are forced to be processed.ExtendedServerBlobAuditingPolicyProperties.withRetentionDays(Integer retentionDays) Set the retentionDays property: Specifies the number of days to keep in the audit logs in the storage account.ExtendedServerBlobAuditingPolicyProperties.withState(BlobAuditingPolicyState state) Set the state property: Specifies the state of the audit.ExtendedServerBlobAuditingPolicyProperties.withStorageAccountAccessKey(String storageAccountAccessKey) Set the storageAccountAccessKey property: Specifies the identifier key of the auditing storage account.ExtendedServerBlobAuditingPolicyProperties.withStorageAccountSubscriptionId(UUID storageAccountSubscriptionId) Set the storageAccountSubscriptionId property: Specifies the blob storage subscription Id.ExtendedServerBlobAuditingPolicyProperties.withStorageEndpoint(String storageEndpoint) Set the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net).