Class VirtualNetworkRuleProperties

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.fluent.models.VirtualNetworkRuleProperties

public final class VirtualNetworkRuleProperties extends Object
The VirtualNetwork Rule properties.
  • Constructor Details

    • VirtualNetworkRuleProperties

      public VirtualNetworkRuleProperties()
      Creates an instance of VirtualNetworkRuleProperties class.
  • Method Details

    • subnetId

      public String subnetId()
      Get the subnetId property: The resource identifier for the subnet.
      Returns:
      the subnetId value.
    • virtualNetworkRuleState

      public VirtualNetworkRuleState virtualNetworkRuleState()
      Get the virtualNetworkRuleState property: The current state of the VirtualNetwork Rule.
      Returns:
      the virtualNetworkRuleState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.