ISqlVirtualNetworkRuleDefinition<ParentT> 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.
Container interface for all the definitions that need to be implemented.
public interface ISqlVirtualNetworkRuleDefinition<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Definition.IWithServiceEndpoint<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Definition.IWithSubnet<ParentT>
type ISqlVirtualNetworkRuleDefinition<'ParentT> = interface
interface IBeta
interface IBlank<'ParentT>
interface IWithSubnet<'ParentT>
interface IWithServiceEndpoint<'ParentT>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
Public Interface ISqlVirtualNetworkRuleDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithServiceEndpoint(Of ParentT), IWithSubnet(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Implements
Properties
IgnoreMissingSqlServiceEndpoint |
Gets Sets the flag to ignore the missing subnet's SQL service endpoint entry. Virtual Machines in the subnet will not be able to connect to the SQL server until Microsoft.Sql service endpoint is added to the subnet. (Inherited from IWithServiceEndpoint<ParentT>) |
Methods
Attach() | (Inherited from IInDefinition<ParentT>) |
WithSubnet(String, String) |
Sets the virtual network ID and the subnet name for the SQL server Virtual Network Rule. (Inherited from IWithSubnet<ParentT>) |