Class OperationDisplay
- java.lang.Object
-
- com.azure.resourcemanager.search.models.OperationDisplay
-
public final class OperationDisplay extends Object
The object that describes 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: The friendly name of the operation.Stringoperation()Get the operation property: The operation type: read, write, delete, listKeys/action, etc.Stringprovider()Get the provider property: The friendly name of the resource provider.Stringresource()Get the resource property: The resource type on which the operation is performed.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
provider
public String provider()
Get the provider property: The friendly name of the resource provider.- Returns:
- the provider value.
-
operation
public String operation()
Get the operation property: The operation type: read, write, delete, listKeys/action, etc.- Returns:
- the operation value.
-
resource
public String resource()
Get the resource property: The resource type on which the operation is performed.- Returns:
- the resource value.
-
description
public String description()
Get the description property: The friendly name of the operation.- Returns:
- the description value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-