Class VirtualNetworkRuleInner

java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.datalakestore.fluent.models.VirtualNetworkRuleInner

public final class VirtualNetworkRuleInner extends com.azure.core.management.SubResource
Data Lake Store virtual network rule information.
  • Constructor Details

    • VirtualNetworkRuleInner

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

    • name

      public String name()
      Get the name property: The resource name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type.
      Returns:
      the type value.
    • withId

      public VirtualNetworkRuleInner withId(String id)
      Overrides:
      withId in class com.azure.core.management.SubResource
    • subnetId

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

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