Class OperationDisplay
java.lang.Object
com.microsoft.azure.management.redis.OperationDisplay
The object that describes the operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description value.Get the operation value.provider()
Get the provider value.resource()
Get the resource value.withDescription
(String description) Set the description value.withOperation
(String operation) Set the operation value.withProvider
(String provider) Set the provider value.withResource
(String resource) Set the resource value.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()
-
-
Method Details
-
provider
Get the provider value.- Returns:
- the provider value
-
withProvider
Set the provider value.- Parameters:
provider
- the provider value to set- Returns:
- the OperationDisplay object itself.
-
operation
Get the operation value.- Returns:
- the operation value
-
withOperation
Set the operation value.- Parameters:
operation
- the operation value to set- Returns:
- the OperationDisplay object itself.
-
resource
Get the resource value.- Returns:
- the resource value
-
withResource
Set the resource value.- Parameters:
resource
- the resource value to set- Returns:
- the OperationDisplay object itself.
-
description
Get the description value.- Returns:
- the description value
-
withDescription
Set the description value.- Parameters:
description
- the description value to set- Returns:
- the OperationDisplay object itself.
-