Class ResourceProviderOperationInner

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

public final class ResourceProviderOperationInner extends Object
Supported operation of this resource provider.
  • Constructor Details

    • ResourceProviderOperationInner

      public ResourceProviderOperationInner()
  • Method Details

    • 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.
    • isDataAction

      public Boolean isDataAction()
      Get the isDataAction property: Is a data action.
      Returns:
      the isDataAction value.
    • withIsDataAction

      public ResourceProviderOperationInner withIsDataAction(Boolean isDataAction)
      Set the isDataAction property: Is a data action.
      Parameters:
      isDataAction - the isDataAction value to set.
      Returns:
      the ResourceProviderOperationInner object itself.
    • properties

      public OperationProperties properties()
      Get the properties property: Properties of the operation.
      Returns:
      the properties value.
    • withProperties

      public ResourceProviderOperationInner withProperties(OperationProperties properties)
      Set the properties property: Properties of the operation.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ResourceProviderOperationInner object itself.
    • validate

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