| Modifier and Type | Method and Description |
|---|---|
OperationDisplay |
Operation.display()
Get the display value.
|
OperationDisplay |
OperationDisplay.withDescription(String description)
Set the description value.
|
OperationDisplay |
OperationDisplay.withOperation(String operation)
Set the operation value.
|
OperationDisplay |
OperationDisplay.withProvider(String provider)
Set the provider value.
|
OperationDisplay |
OperationDisplay.withResource(String resource)
Set the resource value.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.withDisplay(OperationDisplay display)
Set the display value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/