Class OperationDisplay
java.lang.Object
com.microsoft.azure.management.resources.OperationDisplay
The object that represents the operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet description of the operation.Get operation type: Read, write, delete, etc.provider()
Get service provider: Microsoft.Resources.resource()
Get resource on which the operation is performed: Profile, endpoint, etc.withDescription
(String description) Set description of the operation.withOperation
(String operation) Set operation type: Read, write, delete, etc.withProvider
(String provider) Set service provider: Microsoft.Resources.withResource
(String resource) Set resource on which the operation is performed: Profile, endpoint, etc.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()
-
-
Method Details
-
provider
Get service provider: Microsoft.Resources.- Returns:
- the provider value
-
withProvider
Set service provider: Microsoft.Resources.- Parameters:
provider
- the provider value to set- Returns:
- the OperationDisplay object itself.
-
resource
Get resource on which the operation is performed: Profile, endpoint, etc.- Returns:
- the resource value
-
withResource
Set resource on which the operation is performed: Profile, endpoint, 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.
-
description
Get description of the operation.- Returns:
- the description value
-
withDescription
Set description of the operation.- Parameters:
description
- the description value to set- Returns:
- the OperationDisplay object itself.
-