128 строки
10 KiB
YAML
128 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations"
|
|
name: "SqlServerSecurityAlertPolicyOperations"
|
|
nameWithType: "SqlServerSecurityAlertPolicyOperations"
|
|
summary: "A representation of the Azure SQL Server Security Alert Policy operations."
|
|
syntax: "public interface SqlServerSecurityAlertPolicyOperations"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.define()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.define()"
|
|
name: "define()"
|
|
nameWithType: "SqlServerSecurityAlertPolicyOperations.define()"
|
|
summary: "Begins a definition for a new SQL Server Security Alert Policy resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer define()"
|
|
desc: "Begins a definition for a new SQL Server Security Alert Policy resource."
|
|
returns:
|
|
description: "the first stage of the resource definition"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer&text=WithSqlServer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getById(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "SqlServerSecurityAlertPolicyOperations.getById(String id)"
|
|
summary: "Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the ID of the resource."
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SqlServerSecurityAlertPolicy getById(String id)"
|
|
desc: "Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID."
|
|
returns:
|
|
description: "an immutable representation of the resource"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy&text=SqlServerSecurityAlertPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getByIdAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getByIdAsync(String id)"
|
|
name: "getByIdAsync(String id)"
|
|
nameWithType: "SqlServerSecurityAlertPolicyOperations.getByIdAsync(String id)"
|
|
summary: "Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the ID of the resource."
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<SqlServerSecurityAlertPolicy> getByIdAsync(String id)"
|
|
desc: "Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server using the resource ID."
|
|
returns:
|
|
description: "a representation of the deferred computation of this call"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy&text=SqlServerSecurityAlertPolicy\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getBySqlServer(com.microsoft.azure.management.sql.SqlServer)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getBySqlServer(SqlServer sqlServer)"
|
|
name: "getBySqlServer(SqlServer sqlServer)"
|
|
nameWithType: "SqlServerSecurityAlertPolicyOperations.getBySqlServer(SqlServer sqlServer)"
|
|
summary: "Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL Server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the SQL server parent resource"
|
|
name: "sqlServer"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.SqlServer?alt=com.microsoft.azure.management.sql.SqlServer&text=SqlServer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SqlServerSecurityAlertPolicy getBySqlServer(SqlServer sqlServer)"
|
|
desc: "Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL Server."
|
|
returns:
|
|
description: "an immutable representation of the resource"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy&text=SqlServerSecurityAlertPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getBySqlServer(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getBySqlServer(String resourceGroupName, String sqlServerName)"
|
|
name: "getBySqlServer(String resourceGroupName, String sqlServerName)"
|
|
nameWithType: "SqlServerSecurityAlertPolicyOperations.getBySqlServer(String resourceGroupName, String sqlServerName)"
|
|
summary: "Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of resource group"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the name of SQL server parent resource"
|
|
name: "sqlServerName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract SqlServerSecurityAlertPolicy getBySqlServer(String resourceGroupName, String sqlServerName)"
|
|
desc: "Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group."
|
|
returns:
|
|
description: "an immutable representation of the resource"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy&text=SqlServerSecurityAlertPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getBySqlServerAsync(com.microsoft.azure.management.sql.SqlServer)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getBySqlServerAsync(SqlServer sqlServer)"
|
|
name: "getBySqlServerAsync(SqlServer sqlServer)"
|
|
nameWithType: "SqlServerSecurityAlertPolicyOperations.getBySqlServerAsync(SqlServer sqlServer)"
|
|
summary: "Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL server."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the SQL server parent resource"
|
|
name: "sqlServer"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.SqlServer?alt=com.microsoft.azure.management.sql.SqlServer&text=SqlServer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<SqlServerSecurityAlertPolicy> getBySqlServerAsync(SqlServer sqlServer)"
|
|
desc: "Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL server."
|
|
returns:
|
|
description: "a representation of the deferred computation of this call returning the found resource"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy&text=SqlServerSecurityAlertPolicy\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getBySqlServerAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicyOperations.getBySqlServerAsync(String resourceGroupName, String sqlServerName)"
|
|
name: "getBySqlServerAsync(String resourceGroupName, String sqlServerName)"
|
|
nameWithType: "SqlServerSecurityAlertPolicyOperations.getBySqlServerAsync(String resourceGroupName, String sqlServerName)"
|
|
summary: "Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the name of resource group"
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the name of SQL server parent resource"
|
|
name: "sqlServerName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<SqlServerSecurityAlertPolicy> getBySqlServerAsync(String resourceGroupName, String sqlServerName)"
|
|
desc: "Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its resource group."
|
|
returns:
|
|
description: "a representation of the deferred computation of this call returning the found resource"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy?alt=com.microsoft.azure.management.sql.SqlServerSecurityAlertPolicy&text=SqlServerSecurityAlertPolicy\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "A representation of the Azure SQL Server Security Alert Policy operations."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|