Interface SqlFirewallRule.SqlFirewallRuleDefinition<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>
,SqlFirewallRule.DefinitionStages.Blank<ParentT>
,SqlFirewallRule.DefinitionStages.WithAttach<ParentT>
,SqlFirewallRule.DefinitionStages.WithIPAddress<ParentT>
,SqlFirewallRule.DefinitionStages.WithIPAddressRange<ParentT>
- Enclosing interface:
- SqlFirewallRule
@Beta(V1_7_0)
public static interface SqlFirewallRule.SqlFirewallRuleDefinition<ParentT>
extends SqlFirewallRule.DefinitionStages.Blank<ParentT>, SqlFirewallRule.DefinitionStages.WithIPAddress<ParentT>, SqlFirewallRule.DefinitionStages.WithIPAddressRange<ParentT>, SqlFirewallRule.DefinitionStages.WithAttach<ParentT>
Container interface for all the definitions that need to be implemented.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
Methods inherited from interface com.microsoft.azure.management.sql.SqlFirewallRule.DefinitionStages.WithIPAddress
withIPAddress
Methods inherited from interface com.microsoft.azure.management.sql.SqlFirewallRule.DefinitionStages.WithIPAddressRange
withIPAddressRange