SqlServerKeyOperations Interface
public interface SqlServerKeyOperations extends SqlChildrenOperations
A representation of the Azure SQL Server Key operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlServerKeyOperations.DefinitionStages.WithSqlServer |
define()
Begins a definition for a new SQL Server Key resource. |
Inherited Members
SqlChildrenOperations<T>.deleteById(String id)
SqlChildrenOperations<T>.deleteByIdAsync(String id)
SqlChildrenOperations<T>.deleteBySqlServer(String resourceGroupName, String sqlServerName, String name)
SqlChildrenOperations<T>.deleteBySqlServerAsync(String resourceGroupName, String sqlServerName, String name)
SqlChildrenOperations<T>.getById(String id)
SqlChildrenOperations<T>.getByIdAsync(String id)
SqlChildrenOperations<T>.getBySqlServer(String resourceGroupName, String sqlServerName, String name)
SqlChildrenOperations<T>.getBySqlServer(SqlServer sqlServer, String name)
SqlChildrenOperations<T>.getBySqlServerAsync(String resourceGroupName, String sqlServerName, String name)
SqlChildrenOperations<T>.getBySqlServerAsync(SqlServer sqlServer, String name)
SqlChildrenOperations<T>.listBySqlServer(String resourceGroupName, String sqlServerName)
SqlChildrenOperations<T>.listBySqlServer(SqlServer sqlServer)
SqlChildrenOperations<T>.listBySqlServerAsync(String resourceGroupName, String sqlServerName)
SqlChildrenOperations<T>.listBySqlServerAsync(SqlServer sqlServer)
Method Details
define
public SqlServerKeyOperations.DefinitionStages.WithSqlServer define()
Begins a definition for a new SQL Server Key resource.
Returns:
the first stage of the resource definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java