Class CsmOperationDisplay
java.lang.Object
com.microsoft.azure.management.appservice.CsmOperationDisplay
Meta data about operation used for display in portal.
-
Constructor Summary
Constructors -
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
-
CsmOperationDisplay
public CsmOperationDisplay()
-
-
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 CsmOperationDisplay 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 CsmOperationDisplay 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 CsmOperationDisplay 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 CsmOperationDisplay object itself.
-