Class OperationDisplay
- java.lang.Object
-
- com.azure.resourcemanager.mysql.models.OperationDisplay
-
public final class OperationDisplay extends Object
Display metadata associated with the operation.
-
-
Constructor Summary
Constructors Constructor Description OperationDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description property: Operation description.Stringoperation()Get the operation property: Localized friendly name for the operation.Stringprovider()Get the provider property: Operation resource provider name.Stringresource()Get the resource property: Resource on which the operation is performed.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
provider
public String provider()
Get the provider property: Operation resource provider name.- Returns:
- the provider value.
-
resource
public String resource()
Get the resource property: Resource on which the operation is performed.- Returns:
- the resource value.
-
operation
public String operation()
Get the operation property: Localized friendly name for the operation.- Returns:
- the operation value.
-
description
public String description()
Get the description property: Operation description.- Returns:
- the description value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-