Class LogSpecification

java.lang.Object
com.microsoft.azure.management.appservice.LogSpecification

public class LogSpecification extends Object
Log Definition of a single resource metric.
  • Constructor Details

    • LogSpecification

      public LogSpecification()
  • Method Details

    • name

      public String name()
      Get the name value.
      Returns:
      the name value
    • withName

      public LogSpecification withName(String name)
      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the LogSpecification object itself.
    • displayName

      public String displayName()
      Get the displayName value.
      Returns:
      the displayName value
    • withDisplayName

      public LogSpecification withDisplayName(String displayName)
      Set the displayName value.
      Parameters:
      displayName - the displayName value to set
      Returns:
      the LogSpecification object itself.
    • blobDuration

      public String blobDuration()
      Get the blobDuration value.
      Returns:
      the blobDuration value
    • withBlobDuration

      public LogSpecification withBlobDuration(String blobDuration)
      Set the blobDuration value.
      Parameters:
      blobDuration - the blobDuration value to set
      Returns:
      the LogSpecification object itself.