ISqlChildrenOperations<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 class for Azure SQL Server child resource operations.
public interface ISqlChildrenOperations<T> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type ISqlChildrenOperations<'T> = interface
interface IBeta
Public Interface ISqlChildrenOperations(Of T)
Implements IBeta
Type Parameters
- T
The FluentT interface of the SQL server child resource.
- Derived
- Implements
Methods
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. |
DeleteBySqlServer(String, String, String) |
Deletes a child resource from Azure SQL server, identifying it by its name and its resource group. |
DeleteBySqlServerAsync(String, String, String, CancellationToken) |
Asynchronously delete a child resource from Azure SQL server, identifying it by its name and its resource group. |
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. |
GetBySqlServer(ISqlServer, String) |
Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group. |
GetBySqlServer(String, String, String) |
Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group. |
GetBySqlServerAsync(ISqlServer, String, CancellationToken) |
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group. |
GetBySqlServerAsync(String, String, String, CancellationToken) |
Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group. |
ListBySqlServer(ISqlServer) |
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
ListBySqlServer(String, String) |
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
ListBySqlServerAsync(ISqlServer, CancellationToken) |
Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
ListBySqlServerAsync(String, String, CancellationToken) |
Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
Applies to
Azure SDK for .NET