Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SqlEncryptionProtector |
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.get()
Gets the information about an Encryption Protector resource from Azure SQL server.
|
SqlEncryptionProtector |
SqlEncryptionProtectorOperations.getById(String id)
Gets the information about an Encryption Protector resource from Azure SQL server using the resource ID.
|
SqlEncryptionProtector |
SqlEncryptionProtectorOperations.getBySqlServer(SqlServer sqlServer)
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
|
SqlEncryptionProtector |
SqlEncryptionProtectorOperations.getBySqlServer(String resourceGroupName,
String sqlServerName)
Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.getAsync()
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server.
|
rx.Observable<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.getByIdAsync(String id)
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server using the resource ID.
|
rx.Observable<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.getBySqlServerAsync(SqlServer sqlServer)
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
|
rx.Observable<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.getBySqlServerAsync(String resourceGroupName,
String sqlServerName)
Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.
|
List<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.list()
Lists Azure SQL the Encryption Protector resources.
|
rx.Observable<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.SqlEncryptionProtectorActionsDefinition.listAsync()
Asynchronously lists Azure SQL the Encryption Protector resources.
|
List<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.listBySqlServer(SqlServer sqlServer)
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
|
List<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.listBySqlServer(String resourceGroupName,
String sqlServerName)
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
|
rx.Observable<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.listBySqlServerAsync(SqlServer sqlServer)
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
|
rx.Observable<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.listBySqlServerAsync(String resourceGroupName,
String sqlServerName)
Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
|
Copyright © 2019. All rights reserved.