Class OutboundFirewallRuleInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.OutboundFirewallRuleInner
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
id, name, 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.
-