Aracılığıyla paylaş


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: Properties displayed for the operation.

abstract OperationInner innerModel()

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

abstract String name()

Gets the name property: Name of the operation.

abstract String origin()

Gets the origin property: Origin of the operation.

abstract ServiceSpecification serviceSpecification()

Gets the serviceSpecification property: Service specification.

Method Details

display

public abstract OperationDisplay display()

Gets the display property: Properties displayed for the operation.

Returns:

the display value.

innerModel

public abstract OperationInner innerModel()

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

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Name of the operation.

Returns:

the name value.

origin

public abstract String origin()

Gets the origin property: Origin of the operation.

Returns:

the origin value.

serviceSpecification

public abstract ServiceSpecification serviceSpecification()

Gets the serviceSpecification property: Service specification.

Returns:

the serviceSpecification value.

Applies to