Uses of Class
com.azure.resourcemanager.sql.fluent.models.IPv6ServerFirewallRuleProperties
Packages that use IPv6ServerFirewallRuleProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of IPv6ServerFirewallRuleProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return IPv6ServerFirewallRulePropertiesModifier and TypeMethodDescriptionIPv6ServerFirewallRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IPv6ServerFirewallRuleProperties from the JsonReader.IPv6ServerFirewallRuleProperties.withEndIPv6Address(String endIPv6Address) Set the endIPv6Address property: The end IP address of the firewall rule.IPv6ServerFirewallRuleProperties.withStartIPv6Address(String startIPv6Address) Set the startIPv6Address property: The start IP address of the firewall rule.