Class OperationDisplay
java.lang.Object
com.microsoft.azure.management.msi.OperationDisplay
Operation Display.
The object that describes the operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a description of the operation.Get the type of operation.provider()
Get friendly name of the resource provider.resource()
Get the resource type on which the operation is performed.withDescription
(String description) Set a description of the operation.withOperation
(String operation) Set the type of operation.withProvider
(String provider) Set friendly name of the resource provider.withResource
(String resource) Set the resource type on which the operation is performed.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()
-
-
Method Details
-
provider
Get friendly name of the resource provider.- Returns:
- the provider value
-
withProvider
Set friendly name of the resource provider.- Parameters:
provider
- the provider value to set- Returns:
- the OperationDisplay object itself.
-
operation
Get the type of operation. For example: read, write, delete.- Returns:
- the operation value
-
withOperation
Set the type of operation. For example: read, write, delete.- Parameters:
operation
- the operation value to set- Returns:
- the OperationDisplay object itself.
-
resource
Get the resource type on which the operation is performed.- Returns:
- the resource value
-
withResource
Set the resource type on which the operation is performed.- Parameters:
resource
- the resource value to set- Returns:
- the OperationDisplay object itself.
-
description
Get a description of the operation.- Returns:
- the description value
-
withDescription
Set a description of the operation.- Parameters:
description
- the description value to set- Returns:
- the OperationDisplay object itself.
-