public final class OperationInner extends Object
| Constructor and Description |
|---|
OperationInner() |
| Modifier and Type | Method and Description |
|---|---|
OperationDisplay |
display()
Get the display property: The object that represents the operation.
|
String |
name()
Get the name property: Operation name: {provider}/{resource}/{operation}.
|
void |
validate()
Validates the instance.
|
OperationInner |
withDisplay(OperationDisplay display)
Set the display property: The object that represents the operation.
|
OperationInner |
withName(String name)
Set the name property: Operation name: {provider}/{resource}/{operation}.
|
public String name()
public OperationInner withName(String name)
name - the name value to set.public OperationDisplay display()
public OperationInner withDisplay(OperationDisplay display)
display - the display value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.