Class ChildResource

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.network.models.ChildResource
Direct Known Subclasses:
AdminRuleCollectionInner, BaseAdminRuleInner, ConnectivityConfigurationInner, NetworkGroupInner, NetworkManagerConnectionInner, ScopeConnectionInner, SecurityAdminConfigurationInner, StaticMemberInner

public class ChildResource extends com.azure.core.management.ProxyResource
Proxy resource representation.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    Get the etag property: A unique read-only string that changes whenever the resource is updated.
    void
    Validates the instance.

    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

    • ChildResource

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

    • etag

      public String etag()
      Get the etag property: A unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value.
    • validate

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