Interface SqlVirtualNetworkRule.DefinitionStages.WithServiceEndpoint<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,SqlVirtualNetworkRule.DefinitionStages.WithAttach<ParentT>
- All Known Subinterfaces:
SqlVirtualNetworkRule.SqlVirtualNetworkRuleDefinition<ParentT>
- Enclosing interface:
SqlVirtualNetworkRule.DefinitionStages
public static interface SqlVirtualNetworkRule.DefinitionStages.WithServiceEndpoint<ParentT>
extends SqlVirtualNetworkRule.DefinitionStages.WithAttach<ParentT>
The SQL Virtual Network Rule definition to set ignore flag for the missing subnet's SQL service endpoint
entry.
-
Method Summary
Modifier and TypeMethodDescriptionSets the flag to ignore the missing subnet's SQL service endpoint entry.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Method Details
-
ignoreMissingSqlServiceEndpoint
SqlVirtualNetworkRule.DefinitionStages.WithAttach<ParentT> ignoreMissingSqlServiceEndpoint()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
- Returns:
- The next stage of the definition.
-