public final class OperationDisplay extends Object
| Constructor and Description |
|---|
OperationDisplay() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: The friendly name of the operation.
|
String |
operation()
Get the operation property: The operation type: read, write, delete, listKeys/action, etc.
|
String |
provider()
Get the provider property: The friendly name of the resource provider.
|
String |
resource()
Get the resource property: The resource type on which the operation is performed.
|
void |
validate()
Validates the instance.
|
public String provider()
public String operation()
public String resource()
public String description()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.