Class ServiceSpecification

java.lang.Object
com.azure.resourcemanager.desktopvirtualization.models.ServiceSpecification

public final class ServiceSpecification extends Object
Service specification payload.
  • Constructor Details

    • ServiceSpecification

      public ServiceSpecification()
  • Method Details

    • logSpecifications

      public List<LogSpecification> logSpecifications()
      Get the logSpecifications property: Specifications of the Log for Azure Monitoring.
      Returns:
      the logSpecifications value.
    • withLogSpecifications

      public ServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)
      Set the logSpecifications property: Specifications of the Log for Azure Monitoring.
      Parameters:
      logSpecifications - the logSpecifications value to set.
      Returns:
      the ServiceSpecification object itself.
    • validate

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