SqlFirewallRule.Definition Interface
public interface Definition extends SqlFirewallRule.DefinitionStages.Blank,SqlFirewallRule.DefinitionStages.WithIPAddress,SqlFirewallRule.DefinitionStages.WithIPAddressRange,SqlFirewallRule.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
Inherited Members
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
SqlFirewallRule.DefinitionStages.WithIPAddress<ParentT>.withIPAddress(String ipAddress)
SqlFirewallRule.DefinitionStages.WithIPAddressRange<ParentT>.withIPAddressRange(String startIPAddress, String endIPAddress)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java