public final class LongRunningOperationOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static LongRunningOperationOptions |
DEFAULT
Default instance of this type.
|
| Constructor and Description |
|---|
LongRunningOperationOptions() |
| Modifier and Type | Method and Description |
|---|---|
LongRunningFinalState |
finalStateVia() |
LongRunningOperationOptions |
withFinalStateVia(LongRunningFinalState finalStateVia)
Sets LongRunningFinalState value.
|
public static final LongRunningOperationOptions DEFAULT
public LongRunningFinalState finalStateVia()
public LongRunningOperationOptions withFinalStateVia(LongRunningFinalState finalStateVia)
finalStateVia - indicates how to retrieve the final state of LRO./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/