java.lang.Object
com.azure.resourcemanager.deploymentmanager.models.OperationDetail

public final class OperationDetail extends Object
The detail about an operation.
  • Constructor Details

    • OperationDetail

      public OperationDetail()
      Creates an instance of OperationDetail class.
  • Method Details

    • provider

      public String provider()
      Get the provider property: The name of the provider that supports the operation.
      Returns:
      the provider value.
    • withProvider

      public OperationDetail withProvider(String provider)
      Set the provider property: The name of the provider that supports the operation.
      Parameters:
      provider - the provider value to set.
      Returns:
      the OperationDetail object itself.
    • resource

      public String resource()
      Get the resource property: The resource type on which this operation can be performed.
      Returns:
      the resource value.
    • withResource

      public OperationDetail withResource(String resource)
      Set the resource property: The resource type on which this operation can be performed.
      Parameters:
      resource - the resource value to set.
      Returns:
      the OperationDetail object itself.
    • operation

      public String operation()
      Get the operation property: The name of the operation.
      Returns:
      the operation value.
    • withOperation

      public OperationDetail withOperation(String operation)
      Set the operation property: The name of the operation.
      Parameters:
      operation - the operation value to set.
      Returns:
      the OperationDetail object itself.
    • description

      public String description()
      Get the description property: The description of the operation.
      Returns:
      the description value.
    • withDescription

      public OperationDetail withDescription(String description)
      Set the description property: The description of the operation.
      Parameters:
      description - the description value to set.
      Returns:
      the OperationDetail object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.