ISqlVirtualNetworkRuleActionsDefinition 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.
Grouping of the Azure SQL Server Virtual Network Rule common actions.
public interface ISqlVirtualNetworkRuleActionsDefinition : Microsoft.Azure.Management.Sql.Fluent.SqlChildrenOperations.SqlChildrenActionsDefinition.ISqlChildrenActionsDefinition<Microsoft.Azure.Management.Sql.Fluent.ISqlVirtualNetworkRule>
type ISqlVirtualNetworkRuleActionsDefinition = interface
interface ISqlChildrenActionsDefinition<ISqlVirtualNetworkRule>
Public Interface ISqlVirtualNetworkRuleActionsDefinition
Implements ISqlChildrenActionsDefinition(Of ISqlVirtualNetworkRule)
- Implements
Methods
Define(String) |
Begins the definition of a new SQL Virtual Network Rule to be added to this server. |
Delete(String) |
Deletes a child resource from Azure SQL server. (Inherited from ISqlChildrenActionsDefinition<T>) |
DeleteAsync(String, CancellationToken) |
Asynchronously delete a child resource from Azure SQL server. (Inherited from ISqlChildrenActionsDefinition<T>) |
DeleteById(String) |
Deletes a child resource from Azure SQL server, identifying it by its resource ID. (Inherited from ISqlChildrenActionsDefinition<T>) |
DeleteByIdAsync(String, CancellationToken) |
Asynchronously delete a child resource from Azure SQL server, identifying it by its resource ID. (Inherited from ISqlChildrenActionsDefinition<T>) |
Get(String) |
Gets the information about a child resource from Azure SQL server. (Inherited from ISqlChildrenActionsDefinition<T>) |
GetAsync(String, CancellationToken) |
Asynchronously gets the information about a child resource from Azure SQL server. (Inherited from ISqlChildrenActionsDefinition<T>) |
GetById(String) |
Gets the information about a child resource from Azure SQL server using the resource ID. (Inherited from ISqlChildrenActionsDefinition<T>) |
GetByIdAsync(String, CancellationToken) |
Asynchronously gets the information about a child resource from Azure SQL server using the resource ID. (Inherited from ISqlChildrenActionsDefinition<T>) |
List() |
Lists Azure SQL child resources. (Inherited from ISqlChildrenActionsDefinition<T>) |
ListAsync(CancellationToken) |
Asynchronously lists Azure SQL child resources. (Inherited from ISqlChildrenActionsDefinition<T>) |
Applies to
Azure SDK for .NET