Class Operation
java.lang.Object
com.microsoft.azure.management.containerinstance.Operation
An operation for Azure Container Instance service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondisplay()
Get the display information of the operation.name()
Get the name of the operation.origin()
Get the intended executor of the operation.Get the additional properties.withDisplay
(OperationDisplay display) Set the display information of the operation.Set the name of the operation.Set the intended executor of the operation.withProperties
(Object properties) Set the additional properties.
-
Constructor Details
-
Operation
public Operation()
-
-
Method Details
-
name
Get the name of the operation.- Returns:
- the name value
-
withName
Set the name of the operation.- Parameters:
name
- the name value to set- Returns:
- the Operation object itself.
-
display
Get the display information of the operation.- Returns:
- the display value
-
withDisplay
Set the display information of the operation.- Parameters:
display
- the display value to set- Returns:
- the Operation object itself.
-
properties
Get the additional properties.- Returns:
- the properties value
-
withProperties
Set the additional properties.- Parameters:
properties
- the properties value to set- Returns:
- the Operation object itself.
-
origin
Get the intended executor of the operation. Possible values include: 'User', 'System'.- Returns:
- the origin value
-
withOrigin
Set the intended executor of the operation. Possible values include: 'User', 'System'.- Parameters:
origin
- the origin value to set- Returns:
- the Operation object itself.
-