Class BaseAdminRuleInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.network.models.ChildResource
com.azure.resourcemanager.network.fluent.models.BaseAdminRuleInner
Direct Known Subclasses:
AdminRule, DefaultAdminRule

public class BaseAdminRuleInner extends ChildResource
Network base admin rule.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of BaseAdminRuleInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.management.SystemData
    Get the systemData property: The system metadata related to this resource.
    void
    Validates the instance.

    Methods inherited from class com.azure.resourcemanager.network.models.ChildResource

    etag

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaseAdminRuleInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata related to this resource.
      Returns:
      the systemData value.
    • validate

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