OperationDisplay Class
- java.
lang. Object - com.
microsoft. azure. management. batch. OperationDisplay
- com.
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. |
Operation |
withDescription(String description)
Set the description value. |
Operation |
withOperation(String operation)
Set for example: read, write, delete, or listKeys/action. |
Operation |
withProvider(String provider)
Set the provider value. |
Operation |
withResource(String resource)
Set the resource value. |
Method Details
description
public String description()
Get the description value.
Returns:
operation
public String operation()
Get for example: read, write, delete, or listKeys/action.
Returns:
provider
public String provider()
Get the provider value.
Returns:
resource
public String resource()
Get the resource value.
Returns:
withDescription
public OperationDisplay withDescription(String description)
Set the description value.
Parameters:
Returns:
withOperation
public OperationDisplay withOperation(String operation)
Set for example: read, write, delete, or listKeys/action.
Parameters:
Returns:
withProvider
public OperationDisplay withProvider(String provider)
Set the provider value.
Parameters:
Returns:
withResource
public OperationDisplay withResource(String resource)
Set the resource value.
Parameters:
Returns:
Applies to
Azure SDK for Java