Uses of Class
com.azure.resourcemanager.deploymentmanager.models.OperationDetail
Packages that use OperationDetail
Package
Description
Package containing the data models for AzureDeploymentManager.
-
Uses of OperationDetail in com.azure.resourcemanager.deploymentmanager.models
Methods in com.azure.resourcemanager.deploymentmanager.models that return OperationDetailModifier and TypeMethodDescriptionOperation.display()Get the display property: The display name of the operation.OperationDetail.withDescription(String description) Set the description property: The description of the operation.OperationDetail.withOperation(String operation) Set the operation property: The name of the operation.OperationDetail.withProvider(String provider) Set the provider property: The name of the provider that supports the operation.OperationDetail.withResource(String resource) Set the resource property: The resource type on which this operation can be performed.Methods in com.azure.resourcemanager.deploymentmanager.models with parameters of type OperationDetailModifier and TypeMethodDescriptionOperation.withDisplay(OperationDetail display) Set the display property: The display name of the operation.