OperationEntity Interface
public interface OperationEntity
An immutable client-side representation of OperationEntity.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Operation |
display()
Gets the display property: The operation supported by Bot Service Management. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| 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:
innerModel
public abstract OperationEntityInner innerModel()
Gets the inner com.azure.resourcemanager.botservice.fluent.models.OperationEntityInner object.
Returns:
name
public abstract String name()
Gets the name property: Operation name: {provider}/{resource}/{operation}.
Returns:
origin
public abstract String origin()
Gets the origin property: The origin of the operation.
Returns:
properties
public abstract Object properties()
Gets the properties property: Additional properties.
Returns: