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

186 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations"
name: "SqlEncryptionProtectorOperations"
nameWithType: "SqlEncryptionProtectorOperations"
summary: "A representation of the Azure SQL Encryption Protector operations."
syntax: "public interface **SqlEncryptionProtectorOperations**"
methods:
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getById(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getById(String id)"
name: "getById(String id)"
nameWithType: "SqlEncryptionProtectorOperations.getById(String id)"
summary: "Gets the information about an Encryption Protector 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 SqlEncryptionProtector getById(String id)"
desc: "Gets the information about an Encryption Protector 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.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getByIdAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getByIdAsync(String id)"
name: "getByIdAsync(String id)"
nameWithType: "SqlEncryptionProtectorOperations.getByIdAsync(String id)"
summary: "Asynchronously gets the information about an Encryption Protector 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<SqlEncryptionProtector> getByIdAsync(String id)"
desc: "Asynchronously gets the information about an Encryption Protector 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\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getBySqlServer(com.microsoft.azure.management.sql.SqlServer)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getBySqlServer(SqlServer sqlServer)"
name: "getBySqlServer(SqlServer sqlServer)"
nameWithType: "SqlEncryptionProtectorOperations.getBySqlServer(SqlServer sqlServer)"
summary: "Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent."
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 SqlEncryptionProtector getBySqlServer(SqlServer sqlServer)"
desc: "Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent."
returns:
description: "an immutable representation of the resource"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getBySqlServer(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getBySqlServer(String resourceGroupName, String sqlServerName)"
name: "getBySqlServer(String resourceGroupName, String sqlServerName)"
nameWithType: "SqlEncryptionProtectorOperations.getBySqlServer(String resourceGroupName, String sqlServerName)"
summary: "Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent."
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 SqlEncryptionProtector getBySqlServer(String resourceGroupName, String sqlServerName)"
desc: "Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent."
returns:
description: "an immutable representation of the resource"
type: "<xref href=\"com.microsoft.azure.management.sql.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getBySqlServerAsync(com.microsoft.azure.management.sql.SqlServer)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getBySqlServerAsync(SqlServer sqlServer)"
name: "getBySqlServerAsync(SqlServer sqlServer)"
nameWithType: "SqlEncryptionProtectorOperations.getBySqlServerAsync(SqlServer sqlServer)"
summary: "Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent."
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<SqlEncryptionProtector> getBySqlServerAsync(SqlServer sqlServer)"
desc: "Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent."
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\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getBySqlServerAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.getBySqlServerAsync(String resourceGroupName, String sqlServerName)"
name: "getBySqlServerAsync(String resourceGroupName, String sqlServerName)"
nameWithType: "SqlEncryptionProtectorOperations.getBySqlServerAsync(String resourceGroupName, String sqlServerName)"
summary: "Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent."
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<SqlEncryptionProtector> getBySqlServerAsync(String resourceGroupName, String sqlServerName)"
desc: "Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent."
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\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.listBySqlServer(com.microsoft.azure.management.sql.SqlServer)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.listBySqlServer(SqlServer sqlServer)"
name: "listBySqlServer(SqlServer sqlServer)"
nameWithType: "SqlEncryptionProtectorOperations.listBySqlServer(SqlServer sqlServer)"
summary: "Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "the parent Azure SQL server."
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 List<SqlEncryptionProtector> listBySqlServer(SqlServer sqlServer)"
desc: "Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group."
returns:
description: "the list of resources"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.listBySqlServer(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.listBySqlServer(String resourceGroupName, String sqlServerName)"
name: "listBySqlServer(String resourceGroupName, String sqlServerName)"
nameWithType: "SqlEncryptionProtectorOperations.listBySqlServer(String resourceGroupName, String sqlServerName)"
summary: "Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource group to list the resources from"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of parent Azure SQL server."
name: "sqlServerName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract List<SqlEncryptionProtector> listBySqlServer(String resourceGroupName, String sqlServerName)"
desc: "Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group."
returns:
description: "the list of resources"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.listBySqlServerAsync(com.microsoft.azure.management.sql.SqlServer)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.listBySqlServerAsync(SqlServer sqlServer)"
name: "listBySqlServerAsync(SqlServer sqlServer)"
nameWithType: "SqlEncryptionProtectorOperations.listBySqlServerAsync(SqlServer sqlServer)"
summary: "Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "the parent Azure SQL server."
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<SqlEncryptionProtector> listBySqlServerAsync(SqlServer sqlServer)"
desc: "Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group."
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\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.listBySqlServerAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SqlEncryptionProtectorOperations.listBySqlServerAsync(String resourceGroupName, String sqlServerName)"
name: "listBySqlServerAsync(String resourceGroupName, String sqlServerName)"
nameWithType: "SqlEncryptionProtectorOperations.listBySqlServerAsync(String resourceGroupName, String sqlServerName)"
summary: "Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource group to list the resources from"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of parent Azure SQL server."
name: "sqlServerName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<SqlEncryptionProtector> listBySqlServerAsync(String resourceGroupName, String sqlServerName)"
desc: "Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group."
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\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SqlEncryptionProtector?alt=com.microsoft.azure.management.sql.SqlEncryptionProtector&text=SqlEncryptionProtector\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "A representation of the Azure SQL Encryption Protector operations."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4