Class RequestHistoryInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.logic.fluent.models.RequestHistoryInner

public final class RequestHistoryInner extends com.azure.core.management.Resource
The request history.
  • Constructor Details

    • RequestHistoryInner

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

    • properties

      public RequestHistoryProperties properties()
      Get the properties property: The request history properties.
      Returns:
      the properties value.
    • withProperties

      public RequestHistoryInner withProperties(RequestHistoryProperties properties)
      Set the properties property: The request history properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the RequestHistoryInner object itself.
    • withLocation

      public RequestHistoryInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public RequestHistoryInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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