Interface OperationEntity


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

      • name

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

        OperationDisplayInfo 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.