public final class OperationListResult extends Object
| Constructor and Description |
|---|
OperationListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<OperationInner> |
value()
Get the value property: List of Storage operations supported by the Storage resource provider.
|
OperationListResult |
withValue(List<OperationInner> value)
Set the value property: List of Storage operations supported by the Storage resource provider.
|
public List<OperationInner> value()
public OperationListResult withValue(List<OperationInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.