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
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.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlFirewallRule.DefinitionStages.WithIpAddress
withIpAddress
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlFirewallRule.DefinitionStages.WithIpAddressRange
withIpAddressRange
-
-