OperationDisplay Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.OperationDisplay

public class OperationDisplay

The object that describes the operation.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

String operation()

Get for example: read, write, delete, or listKeys/action.

String provider()

Get the provider value.

String resource()

Get the resource value.

OperationDisplay withDescription(String description)

Set the description value.

OperationDisplay withOperation(String operation)

Set for example: read, write, delete, or listKeys/action.

OperationDisplay withProvider(String provider)

Set the provider value.

OperationDisplay withResource(String resource)

Set the resource value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

operation

public String operation()

Get for example: read, write, delete, or listKeys/action.

Returns:

the operation value

provider

public String provider()

Get the provider value.

Returns:

the provider value

resource

public String resource()

Get the resource value.

Returns:

the resource value

withDescription

public OperationDisplay withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the OperationDisplay object itself.

withOperation

public OperationDisplay withOperation(String operation)

Set for example: read, write, delete, or listKeys/action.

Parameters:

operation - the operation value to set

Returns:

the OperationDisplay object itself.

withProvider

public OperationDisplay withProvider(String provider)

Set the provider value.

Parameters:

provider - the provider value to set

Returns:

the OperationDisplay object itself.

withResource

public OperationDisplay withResource(String resource)

Set the resource value.

Parameters:

resource - the resource value to set

Returns:

the OperationDisplay object itself.

Applies to