public class Operation extends Object
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
OperationDisplay |
display()
Get the display value.
|
String |
name()
Get the name value.
|
ContainerInstanceOperationsOrigin |
origin()
Get the origin value.
|
Operation |
withDisplay(OperationDisplay display)
Set the display value.
|
Operation |
withName(String name)
Set the name value.
|
Operation |
withOrigin(ContainerInstanceOperationsOrigin origin)
Set the origin value.
|
public String name()
public Operation withName(String name)
name - the name value to setpublic OperationDisplay display()
public Operation withDisplay(OperationDisplay display)
display - the display value to setpublic ContainerInstanceOperationsOrigin origin()
public Operation withOrigin(ContainerInstanceOperationsOrigin origin)
origin - the origin value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/