Class OperationDisplay
java.lang.Object
com.azure.resourcemanager.search.models.OperationDisplay
The object that describes the operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: The friendly name of the operation.Get the operation property: The operation type: read, write, delete, listKeys/action, etc.provider()Get the provider property: The friendly name of the resource provider.resource()Get the resource property: The resource type on which the operation is performed.voidvalidate()Validates the instance.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()
-
-
Method Details
-
provider
Get the provider property: The friendly name of the resource provider.- Returns:
- the provider value.
-
operation
Get the operation property: The operation type: read, write, delete, listKeys/action, etc.- Returns:
- the operation value.
-
resource
Get the resource property: The resource type on which the operation is performed.- Returns:
- the resource value.
-
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.
-