Class OutboundFirewallRuleInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.OutboundFirewallRuleInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class OutboundFirewallRuleInner
extends com.azure.core.management.ProxyResource
An Azure SQL DB Server Outbound Firewall Rule.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of OutboundFirewallRuleInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The state of the outbound rule.voidvalidate()Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
OutboundFirewallRuleInner
public OutboundFirewallRuleInner()Creates an instance of OutboundFirewallRuleInner class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: The state of the outbound rule.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-