ServerDevOpsAuditingSettingsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ServerDevOpsAuditingSettingsInner
- com.
- com.
public final class ServerDevOpsAuditingSettingsInner
extends ProxyResource
A server DevOps auditing settings.
Constructor Summary
Constructor | Description |
---|---|
ServerDevOpsAuditingSettingsInner() |
Creates an instance of Server |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Boolean |
isAzureMonitorTargetEnabled()
Get the is |
String |
name()
Get the name property: The name of the resource. |
Blob |
state()
Get the state property: Specifies the state of the audit. |
String |
storageAccountAccessKey()
Get the storage |
UUID |
storageAccountSubscriptionId()
Get the storage |
String |
storageEndpoint()
Get the storage |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Server |
withIsAzureMonitorTargetEnabled(Boolean isAzureMonitorTargetEnabled)
Set the is |
Server |
withState(BlobAuditingPolicyState state)
Set the state property: Specifies the state of the audit. |
Server |
withStorageAccountAccessKey(String storageAccountAccessKey)
Set the storage |
Server |
withStorageAccountSubscriptionId(UUID storageAccountSubscriptionId)
Set the storage |
Server |
withStorageEndpoint(String storageEndpoint)
Set the storage |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ServerDevOpsAuditingSettingsInner
public ServerDevOpsAuditingSettingsInner()
Creates an instance of ServerDevOpsAuditingSettingsInner class.
Method Details
fromJson
public static ServerDevOpsAuditingSettingsInner fromJson(JsonReader jsonReader)
Reads an instance of ServerDevOpsAuditingSettingsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ServerDevOpsAuditingSettingsInner.id()Returns:
isAzureMonitorTargetEnabled
public Boolean isAzureMonitorTargetEnabled()
Get the isAzureMonitorTargetEnabled property: Specifies whether DevOps audit events are sent to Azure Monitor. In order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true. When using REST API to configure DevOps audit, Diagnostic Settings with 'DevOpsOperationsAudit' diagnostic logs category on the master database should be also created. Diagnostic Settings URI format: PUT https://management.azure.com/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroup\}/providers/Microsoft.Sql/servers/\{serverName\}/databases/master/providers/microsoft.insights/diagnosticSettings/\{settingsName\}?api-version=2017-05-01-preview For more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207) or [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043).
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ServerDevOpsAuditingSettingsInner.name()Returns:
state
public BlobAuditingPolicyState state()
Get the state property: Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required.
Returns:
storageAccountAccessKey
public String storageAccountAccessKey()
Get the storageAccountAccessKey property: Specifies the identifier key of the auditing storage account. If state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage. Prerequisites for using managed identity authentication: 1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD). 2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity. For more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355).
Returns:
storageAccountSubscriptionId
public UUID storageAccountSubscriptionId()
Get the storageAccountSubscriptionId property: Specifies the blob storage subscription Id.
Returns:
storageEndpoint
public String storageEndpoint()
Get the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required.
Returns:
systemData
public SystemData systemData()
Get the systemData property: SystemData of ServerDevOpsAuditSettingsResource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ServerDevOpsAuditingSettingsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ServerDevOpsAuditingSettingsInner.type()Returns:
validate
public void validate()
Validates the instance.
withIsAzureMonitorTargetEnabled
public ServerDevOpsAuditingSettingsInner withIsAzureMonitorTargetEnabled(Boolean isAzureMonitorTargetEnabled)
Set the isAzureMonitorTargetEnabled property: Specifies whether DevOps audit events are sent to Azure Monitor. In order to send the events to Azure Monitor, specify 'State' as 'Enabled' and 'IsAzureMonitorTargetEnabled' as true. When using REST API to configure DevOps audit, Diagnostic Settings with 'DevOpsOperationsAudit' diagnostic logs category on the master database should be also created. Diagnostic Settings URI format: PUT https://management.azure.com/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroup\}/providers/Microsoft.Sql/servers/\{serverName\}/databases/master/providers/microsoft.insights/diagnosticSettings/\{settingsName\}?api-version=2017-05-01-preview For more information, see [Diagnostic Settings REST API](https://go.microsoft.com/fwlink/?linkid=2033207) or [Diagnostic Settings PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043).
Parameters:
Returns:
withState
public ServerDevOpsAuditingSettingsInner withState(BlobAuditingPolicyState state)
Set the state property: Specifies the state of the audit. If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are required.
Parameters:
Returns:
withStorageAccountAccessKey
public ServerDevOpsAuditingSettingsInner withStorageAccountAccessKey(String storageAccountAccessKey)
Set the storageAccountAccessKey property: Specifies the identifier key of the auditing storage account. If state is Enabled and storageEndpoint is specified, not specifying the storageAccountAccessKey will use SQL server system-assigned managed identity to access the storage. Prerequisites for using managed identity authentication: 1. Assign SQL Server a system-assigned managed identity in Azure Active Directory (AAD). 2. Grant SQL Server identity access to the storage account by adding 'Storage Blob Data Contributor' RBAC role to the server identity. For more information, see [Auditing to storage using Managed Identity authentication](https://go.microsoft.com/fwlink/?linkid=2114355).
Parameters:
Returns:
withStorageAccountSubscriptionId
public ServerDevOpsAuditingSettingsInner withStorageAccountSubscriptionId(UUID storageAccountSubscriptionId)
Set the storageAccountSubscriptionId property: Specifies the blob storage subscription Id.
Parameters:
Returns:
withStorageEndpoint
public ServerDevOpsAuditingSettingsInner withStorageEndpoint(String storageEndpoint)
Set the storageEndpoint property: Specifies the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net). If state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled is required.
Parameters:
Returns: