Class ResourceProviderOperationInner

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.fluent.models.ResourceProviderOperationInner

public final class ResourceProviderOperationInner extends Object
Results of the request to list operations.
  • Constructor Details

    • ResourceProviderOperationInner

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

    • isDataAction

      public String isDataAction()
      Get the isDataAction property: Indicates whether the operation applies to data-plane.
      Returns:
      the isDataAction value.
    • withIsDataAction

      public ResourceProviderOperationInner withIsDataAction(String isDataAction)
      Set the isDataAction property: Indicates whether the operation applies to data-plane.
      Parameters:
      isDataAction - the isDataAction value to set.
      Returns:
      the ResourceProviderOperationInner object itself.
    • name

      public String name()
      Get the name property: Operation name, in format of {provider}/{resource}/{operation}.
      Returns:
      the name value.
    • withName

      public ResourceProviderOperationInner withName(String name)
      Set the name property: Operation name, in format of {provider}/{resource}/{operation}.
      Parameters:
      name - the name value to set.
      Returns:
      the ResourceProviderOperationInner object itself.
    • display

      Get the display property: Display metadata associated with the operation.
      Returns:
      the display value.
    • withDisplay

      Set the display property: Display metadata associated with the operation.
      Parameters:
      display - the display value to set.
      Returns:
      the ResourceProviderOperationInner object itself.
    • validate

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