Operation Interface

public interface Operation

An immutable client-side representation of Operation.

Method Summary

Modifier and Type Method and Description
abstract String description()

Gets the description property: Short description of the operation.

abstract OperationInner innerModel()

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

abstract String name()

Gets the name property: Name of the operation.

abstract String operation()

Gets the operation property: The display name of the operation.

abstract String provider()

Gets the provider property: The resource provider name to which the operation belongs.

abstract String resource()

Gets the resource property: The name of the resource to which the operation belongs.

Method Details

description

public abstract String description()

Gets the description property: Short description of the operation.

Returns:

the description value.

innerModel

public abstract OperationInner innerModel()

Gets the inner com.azure.resourcemanager.storageimportexport.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.

operation

public abstract String operation()

Gets the operation property: The display name of the operation.

Returns:

the operation value.

provider

public abstract String provider()

Gets the provider property: The resource provider name to which the operation belongs.

Returns:

the provider value.

resource

public abstract String resource()

Gets the resource property: The name of the resource to which the operation belongs.

Returns:

the resource value.

Applies to