Class OperationDisplay
java.lang.Object
com.microsoft.azure.management.sql.OperationDisplay
Display metadata associated with the operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the localized friendly description for the operation.Get the localized friendly name for the operation.provider()
Get the localized friendly form of the resource provider name.resource()
Get the localized friendly form of the resource type related to this action/operation.
-
Constructor Details
-
OperationDisplay
public OperationDisplay()
-
-
Method Details
-
provider
Get the localized friendly form of the resource provider name.- Returns:
- the provider value
-
resource
Get the localized friendly form of the resource type related to this action/operation.- Returns:
- the resource value
-
operation
Get the localized friendly name for the operation.- Returns:
- the operation value
-
description
Get the localized friendly description for the operation.- Returns:
- the description value
-