public class OperationDisplay extends Object
Constructor and Description |
---|
OperationDisplay() |
Modifier and Type | Method and Description |
---|---|
String |
operation()
Get operation type: Read, write, delete, etc.
|
String |
provider()
Get service provider: Microsoft.Insights.
|
String |
resource()
Get resource on which the operation is performed: AlertRules, Autoscale, etc.
|
OperationDisplay |
withOperation(String operation)
Set operation type: Read, write, delete, etc.
|
OperationDisplay |
withProvider(String provider)
Set service provider: Microsoft.Insights.
|
OperationDisplay |
withResource(String resource)
Set resource on which the operation is performed: AlertRules, Autoscale, 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 setCopyright © 2019. All rights reserved.