Share via


OperationEntity Interface

public interface OperationEntity

An immutable client-side representation of OperationEntity.

Method Summary

Modifier and Type Method and Description
abstract OperationDisplayInfo display()

Gets the display property: The operation supported by Bot Service Management.

abstract OperationEntityInner innerModel()

Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationEntityInner object.

abstract String name()

Gets the name property: Operation name: {provider}/{resource}/{operation}.

abstract String origin()

Gets the origin property: The origin of the operation.

abstract Object properties()

Gets the properties property: Additional properties.

Method Details

display

public abstract OperationDisplayInfo display()

Gets the display property: The operation supported by Bot Service Management.

Returns:

the display value.

innerModel

public abstract OperationEntityInner innerModel()

Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationEntityInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Operation name: {provider}/{resource}/{operation}.

Returns:

the name value.

origin

public abstract String origin()

Gets the origin property: The origin of the operation.

Returns:

the origin value.

properties

public abstract Object properties()

Gets the properties property: Additional properties.

Returns:

the properties value.

Applies to