Class OperationProperties

java.lang.Object
com.azure.resourcemanager.netapp.fluent.models.OperationProperties

public final class OperationProperties extends Object
Properties of operation, include metric specifications.
  • Constructor Details

    • OperationProperties

      public OperationProperties()
  • Method Details

    • serviceSpecification

      public ServiceSpecification serviceSpecification()
      Get the serviceSpecification property: One property of operation, include metric specifications.
      Returns:
      the serviceSpecification value.
    • withServiceSpecification

      public OperationProperties withServiceSpecification(ServiceSpecification serviceSpecification)
      Set the serviceSpecification property: One property of operation, include metric specifications.
      Parameters:
      serviceSpecification - the serviceSpecification value to set.
      Returns:
      the OperationProperties object itself.
    • validate

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