Class OperationDisplay
java.lang.Object
com.microsoft.azure.management.batch.OperationDisplay
The object that describes the operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description value.Get for example: read, write, delete, or listKeys/action.provider()
Get the provider value.resource()
Get the resource value.withDescription
(String description) Set the description value.withOperation
(String operation) Set for example: read, write, delete, or listKeys/action.withProvider
(String provider) Set the provider value.withResource
(String resource) Set the resource value.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()
-
-
Method Details
-
provider
Get the provider value.- Returns:
- the provider value
-
withProvider
Set the provider value.- Parameters:
provider
- the provider value to set- Returns:
- the OperationDisplay object itself.
-
operation
Get for example: read, write, delete, or listKeys/action.- Returns:
- the operation value
-
withOperation
Set for example: read, write, delete, or listKeys/action.- Parameters:
operation
- the operation value to set- Returns:
- the OperationDisplay object itself.
-
resource
Get the resource value.- Returns:
- the resource value
-
withResource
Set the resource value.- Parameters:
resource
- the resource value to set- Returns:
- the OperationDisplay object itself.
-
description
Get the description value.- Returns:
- the description value
-
withDescription
Set the description value.- Parameters:
description
- the description value to set- Returns:
- the OperationDisplay object itself.
-