Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
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.
|
SqlServerSecurityAlertPolicy |
SqlServerSecurityAlertPolicyOperations.getBySqlServer(SqlServer sqlServer)
Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by
its parent SQL Server.
|
T |
SqlChildrenOperations.getBySqlServer(SqlServer sqlServer,
String name)
Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
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<SqlServerSecurityAlertPolicy> |
SqlServerSecurityAlertPolicyOperations.getBySqlServerAsync(SqlServer sqlServer)
Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server,
identifying it by its parent SQL server.
|
rx.Observable<T> |
SqlChildrenOperations.getBySqlServerAsync(SqlServer sqlServer,
String name)
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.
|
List<T> |
SqlChildrenOperations.listBySqlServer(SqlServer sqlServer)
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
|
List<SqlEncryptionProtector> |
SqlEncryptionProtectorOperations.listBySqlServer(SqlServer sqlServer)
Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.
|
rx.Observable<T> |
SqlChildrenOperations.listBySqlServerAsync(SqlServer sqlServer)
Asynchronously lists Azure SQL child 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.
|
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy |
SqlFailoverGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Failover Group.
|
SqlElasticPoolOperations.DefinitionStages.WithEdition |
SqlElasticPoolOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Elastic Pool.
|
SqlFirewallRuleOperations.DefinitionStages.WithIPAddressRange |
SqlFirewallRuleOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Firewall rule.
|
SqlServerDnsAliasOperations.DefinitionStages.WithCreate |
SqlServerDnsAliasOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Server DNS alias.
|
SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions |
SqlDatabaseOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new SQL Database.
|
SqlVirtualNetworkRuleOperations.DefinitionStages.WithSubnet |
SqlVirtualNetworkRuleOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Virtual Network Rule.
|
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithState |
SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Server Security Alert Policy.
|
SqlServerKeyOperations.DefinitionStages.WithServerKeyType |
SqlServerKeyOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Server Key.
|
Copyright © 2019. All rights reserved.