public class OperationDisplay extends Object
| Constructor and Description |
|---|
OperationDisplay() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get description of operation.
|
String |
operation()
Get operation type: Read, write, delete, etc.
|
String |
provider()
Get service provider: Microsoft.ResourceProvider.
|
String |
resource()
Get resource on which the operation is performed: Profile, endpoint, etc.
|
OperationDisplay |
withDescription(String description)
Set description of operation.
|
OperationDisplay |
withOperation(String operation)
Set operation type: Read, write, delete, etc.
|
OperationDisplay |
withProvider(String provider)
Set service provider: Microsoft.ResourceProvider.
|
OperationDisplay |
withResource(String resource)
Set resource on which the operation is performed: Profile, endpoint, etc.
|
public String provider()
public OperationDisplay withProvider(String provider)
provider - the provider value to setpublic String resource()
public OperationDisplay withResource(String resource)
resource - the resource value to setpublic String operation()
public OperationDisplay withOperation(String operation)
operation - the operation value to setpublic String description()
public OperationDisplay withDescription(String description)
description - the description value to setCopyright © 2019. All rights reserved.