Class OperationDisplay
java.lang.Object
com.microsoft.azure.management.monitor.OperationDisplay
Display metadata associated with the operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet operation type: Read, write, delete, etc.provider()
Get service provider: Microsoft.Insights.resource()
Get resource on which the operation is performed: AlertRules, Autoscale, etc.withOperation
(String operation) Set operation type: Read, write, delete, etc.withProvider
(String provider) Set service provider: Microsoft.Insights.withResource
(String resource) Set resource on which the operation is performed: AlertRules, Autoscale, etc.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()
-
-
Method Details
-
provider
Get service provider: Microsoft.Insights.- Returns:
- the provider value
-
withProvider
Set service provider: Microsoft.Insights.- Parameters:
provider
- the provider value to set- Returns:
- the OperationDisplay object itself.
-
resource
Get resource on which the operation is performed: AlertRules, Autoscale, etc.- Returns:
- the resource value
-
withResource
Set resource on which the operation is performed: AlertRules, Autoscale, etc.- Parameters:
resource
- the resource value to set- Returns:
- the OperationDisplay object itself.
-
operation
Get operation type: Read, write, delete, etc.- Returns:
- the operation value
-
withOperation
Set operation type: Read, write, delete, etc.- Parameters:
operation
- the operation value to set- Returns:
- the OperationDisplay object itself.
-