Operation Interface

public interface Operation

An immutable client-side representation of Operation.

Method Summary

Modifier and Type Method and Description
abstract OperationDisplay display()

Gets the display property: Contains the localized display information for this particular operation / action.

abstract OperationInner innerModel()

Gets the inner com.azure.resourcemanager.timeseriesinsights.fluent.models.OperationInner object.

abstract String name()

Gets the name property: The name of the operation being performed on this particular object.

abstract String origin()

Gets the origin property: The intended executor of the operation.

abstract ServiceSpecification serviceSpecification()

Gets the serviceSpecification property: One property of operation, include metric specifications.

Method Details

display

public abstract OperationDisplay display()

Gets the display property: Contains the localized display information for this particular operation / action.

Returns:

the display value.

innerModel

public abstract OperationInner innerModel()

Gets the inner com.azure.resourcemanager.timeseriesinsights.fluent.models.OperationInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the operation being performed on this particular object.

Returns:

the name value.

origin

public abstract String origin()

Gets the origin property: The intended executor of the operation.

Returns:

the origin value.

serviceSpecification

public abstract ServiceSpecification serviceSpecification()

Gets the serviceSpecification property: One property of operation, include metric specifications.

Returns:

the serviceSpecification value.

Applies to