Class ChangeResourceResultInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.resources.fluent.models.ChangeResourceResultInner

public final class ChangeResourceResultInner extends com.azure.core.management.ProxyResource
Change Resource.
  • Constructor Details

    • ChangeResourceResultInner

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

    • properties

      public ChangeProperties properties()
      Get the properties property: The properties of a change.
      Returns:
      the properties value.
    • withProperties

      public ChangeResourceResultInner withProperties(ChangeProperties properties)
      Set the properties property: The properties of a change.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ChangeResourceResultInner object itself.
    • validate

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