azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

112 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy"
name: "SqlServerSecurityAlertPolicy"
nameWithType: "SqlServerSecurityAlertPolicy"
summary: "An immutable client-side representation of an Azure SQL Server Security Alert Policy."
syntax: "public interface **SqlServerSecurityAlertPolicy**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPolicyInner?alt=com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPolicyInner&text=ServerSecurityAlertPolicyInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy&text=SqlServerSecurityAlertPolicy\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.Update?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.disabledAlerts()"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.disabledAlerts()"
name: "disabledAlerts()"
nameWithType: "SqlServerSecurityAlertPolicy.disabledAlerts()"
modifiers:
- "abstract"
syntax: "public abstract List<String> disabledAlerts()"
returns:
description: "a list of alerts that are disabled"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.emailAccountAdmins()"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.emailAccountAdmins()"
name: "emailAccountAdmins()"
nameWithType: "SqlServerSecurityAlertPolicy.emailAccountAdmins()"
modifiers:
- "abstract"
syntax: "public abstract boolean emailAccountAdmins()"
returns:
description: "true if an alert will be sent to the account administrators"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.emailAddresses()"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.emailAddresses()"
name: "emailAddresses()"
nameWithType: "SqlServerSecurityAlertPolicy.emailAddresses()"
modifiers:
- "abstract"
syntax: "public abstract List<String> emailAddresses()"
returns:
description: "a list of e-mail addresses to which the alert is sent"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.parentId()"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.parentId()"
name: "parentId()"
nameWithType: "SqlServerSecurityAlertPolicy.parentId()"
modifiers:
- "abstract"
syntax: "public abstract String parentId()"
returns:
description: "the parent SQL server ID"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.retentionDays()"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.retentionDays()"
name: "retentionDays()"
nameWithType: "SqlServerSecurityAlertPolicy.retentionDays()"
modifiers:
- "abstract"
syntax: "public abstract int retentionDays()"
returns:
description: "the number of days to keep in the Threat Detection audit logs"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.sqlServerName()"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.sqlServerName()"
name: "sqlServerName()"
nameWithType: "SqlServerSecurityAlertPolicy.sqlServerName()"
modifiers:
- "abstract"
syntax: "public abstract String sqlServerName()"
returns:
description: "name of the SQL Server to which this DNS alias belongs"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.state()"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.state()"
name: "state()"
nameWithType: "SqlServerSecurityAlertPolicy.state()"
modifiers:
- "abstract"
syntax: "public abstract SecurityAlertPolicyState state()"
returns:
description: "the state of the policy, whether it is enabled or disabled"
type: "<xref href=\"com.microsoft.azure.management.sql.SecurityAlertPolicyState?alt=com.microsoft.azure.management.sql.SecurityAlertPolicyState&text=SecurityAlertPolicyState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.storageAccountAccessKey()"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.storageAccountAccessKey()"
name: "storageAccountAccessKey()"
nameWithType: "SqlServerSecurityAlertPolicy.storageAccountAccessKey()"
modifiers:
- "abstract"
syntax: "public abstract String storageAccountAccessKey()"
returns:
description: "the identifier key of the Threat Detection audit storage account"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.storageEndpoint()"
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.storageEndpoint()"
name: "storageEndpoint()"
nameWithType: "SqlServerSecurityAlertPolicy.storageEndpoint()"
modifiers:
- "abstract"
syntax: "public abstract String storageEndpoint()"
returns:
description: "the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net); this blob storage will hold\n all Threat Detection audit logs"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure SQL Server Security Alert Policy."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPolicyInner?alt=com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPolicyInner&text=ServerSecurityAlertPolicyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy&text=SqlServerSecurityAlertPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.Update?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4