Class CsmOperationDisplay
- java.lang.Object
-
- com.microsoft.azure.management.appservice.CsmOperationDisplay
-
public class CsmOperationDisplay extends Object
Meta data about operation used for display in portal.
-
-
Constructor Summary
Constructors Constructor Description CsmOperationDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description value.Stringoperation()Get the operation value.Stringprovider()Get the provider value.Stringresource()Get the resource value.CsmOperationDisplaywithDescription(String description)Set the description value.CsmOperationDisplaywithOperation(String operation)Set the operation value.CsmOperationDisplaywithProvider(String provider)Set the provider value.CsmOperationDisplaywithResource(String resource)Set the resource value.
-
-
-
Method Detail
-
provider
public String provider()
Get the provider value.- Returns:
- the provider value
-
withProvider
public CsmOperationDisplay withProvider(String provider)
Set the provider value.- Parameters:
provider- the provider value to set- Returns:
- the CsmOperationDisplay object itself.
-
resource
public String resource()
Get the resource value.- Returns:
- the resource value
-
withResource
public CsmOperationDisplay withResource(String resource)
Set the resource value.- Parameters:
resource- the resource value to set- Returns:
- the CsmOperationDisplay object itself.
-
operation
public String operation()
Get the operation value.- Returns:
- the operation value
-
withOperation
public CsmOperationDisplay withOperation(String operation)
Set the operation value.- Parameters:
operation- the operation value to set- Returns:
- the CsmOperationDisplay object itself.
-
description
public String description()
Get the description value.- Returns:
- the description value
-
withDescription
public CsmOperationDisplay withDescription(String description)
Set the description value.- Parameters:
description- the description value to set- Returns:
- the CsmOperationDisplay object itself.
-
-