ISqlChildrenActionsDefinition<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base interface for Azure SQL Server child resource actions.
public interface ISqlChildrenActionsDefinition<T>
type ISqlChildrenActionsDefinition<'T> = interface
Public Interface ISqlChildrenActionsDefinition(Of T)
Type Parameters
- T
The FluentT interface of the SQL server child resource.
- Derived
Methods
Delete(String) |
Deletes a child resource from Azure SQL server. |
DeleteAsync(String, CancellationToken) |
Asynchronously delete a child resource from Azure SQL server. |
DeleteById(String) |
Deletes a child resource from Azure SQL server, identifying it by its resource ID. |
DeleteByIdAsync(String, CancellationToken) |
Asynchronously delete a child resource from Azure SQL server, identifying it by its resource ID. |
Get(String) |
Gets the information about a child resource from Azure SQL server. |
GetAsync(String, CancellationToken) |
Asynchronously gets the information about a child resource from Azure SQL server. |
GetById(String) |
Gets the information about a child resource from Azure SQL server using the resource ID. |
GetByIdAsync(String, CancellationToken) |
Asynchronously gets the information about a child resource from Azure SQL server using the resource ID. |
List() |
Lists Azure SQL child resources. |
ListAsync(CancellationToken) |
Asynchronously lists Azure SQL child resources. |
Applies to
Azure SDK for .NET