Class CsmOperationDisplay
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.CsmOperationDisplay
-
public final 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 property: The description property.Stringoperation()Get the operation property: The operation property.Stringprovider()Get the provider property: The provider property.Stringresource()Get the resource property: The resource property.voidvalidate()Validates the instance.CsmOperationDisplaywithDescription(String description)Set the description property: The description property.CsmOperationDisplaywithOperation(String operation)Set the operation property: The operation property.CsmOperationDisplaywithProvider(String provider)Set the provider property: The provider property.CsmOperationDisplaywithResource(String resource)Set the resource property: The resource property.
-
-
-
Method Detail
-
provider
public String provider()
Get the provider property: The provider property.- Returns:
- the provider value.
-
withProvider
public CsmOperationDisplay withProvider(String provider)
Set the provider property: The provider property.- Parameters:
provider- the provider value to set.- Returns:
- the CsmOperationDisplay object itself.
-
resource
public String resource()
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public CsmOperationDisplay withResource(String resource)
Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the CsmOperationDisplay object itself.
-
operation
public String operation()
Get the operation property: The operation property.- Returns:
- the operation value.
-
withOperation
public CsmOperationDisplay withOperation(String operation)
Set the operation property: The operation property.- Parameters:
operation- the operation value to set.- Returns:
- the CsmOperationDisplay object itself.
-
description
public String description()
Get the description property: The description property.- Returns:
- the description value.
-
withDescription
public CsmOperationDisplay withDescription(String description)
Set the description property: The description property.- Parameters:
description- the description value to set.- Returns:
- the CsmOperationDisplay object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-