Class OperationDisplay
java.lang.Object
com.azure.resourcemanager.mariadb.models.OperationDisplay
Display metadata associated with the operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Operation description.Get the operation property: Localized friendly name for the operation.provider()
Get the provider property: Operation resource provider name.resource()
Get the resource property: Resource on which the operation is performed.void
validate()
Validates the instance.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()Creates an instance of OperationDisplay class.
-
-
Method Details
-
provider
Get the provider property: Operation resource provider name.- Returns:
- the provider value.
-
resource
Get the resource property: Resource on which the operation is performed.- Returns:
- the resource value.
-
operation
Get the operation property: Localized friendly name for the operation.- Returns:
- the operation value.
-
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.
-