Class ApiOperationInner

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

public final class ApiOperationInner extends com.azure.core.management.Resource
The api operation.
  • Constructor Details

    • ApiOperationInner

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

    • properties

      public ApiOperationPropertiesDefinition properties()
      Get the properties property: The api operations properties.
      Returns:
      the properties value.
    • withProperties

      public ApiOperationInner withProperties(ApiOperationPropertiesDefinition properties)
      Set the properties property: The api operations properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ApiOperationInner object itself.
    • withLocation

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

      public ApiOperationInner 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.