Class MarketplaceProductLogUpdate

java.lang.Object
com.azure.resourcemanager.azurestack.models.MarketplaceProductLogUpdate

public final class MarketplaceProductLogUpdate extends Object
Update details for product log.
  • Constructor Details

    • MarketplaceProductLogUpdate

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

    • operation

      public String operation()
      Get the operation property: Operation to log.
      Returns:
      the operation value.
    • status

      public String status()
      Get the status property: Operation status to log.
      Returns:
      the status value.
    • error

      public String error()
      Get the error property: Error related to the operation.
      Returns:
      the error value.
    • details

      public String details()
      Get the details property: Error details related to operation.
      Returns:
      the details value.
    • validate

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