Interface OperationEntity


public interface OperationEntity
An immutable client-side representation of OperationEntity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the display property: The operation supported by Bot Service Management.
    Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationEntityInner object.
    Gets the name property: Operation name: {provider}/{resource}/{operation}.
    Gets the origin property: The origin of the operation.
    Gets the properties property: Additional properties.
  • Method Details

    • name

      String name()
      Gets the name property: Operation name: {provider}/{resource}/{operation}.
      Returns:
      the name value.
    • display

      Gets the display property: The operation supported by Bot Service Management.
      Returns:
      the display value.
    • origin

      String origin()
      Gets the origin property: The origin of the operation.
      Returns:
      the origin value.
    • properties

      Object properties()
      Gets the properties property: Additional properties.
      Returns:
      the properties value.
    • innerModel

      OperationEntityInner innerModel()
      Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationEntityInner object.
      Returns:
      the inner object.