Class ServiceSpecification
- java.lang.Object
-
- com.microsoft.azure.management.appservice.ServiceSpecification
-
public class ServiceSpecification extends Object
Resource metrics service provided by Microsoft.Insights resource provider.
-
-
Constructor Summary
Constructors Constructor Description ServiceSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LogSpecification>logSpecifications()Get the logSpecifications value.List<MetricSpecification>metricSpecifications()Get the metricSpecifications value.ServiceSpecificationwithLogSpecifications(List<LogSpecification> logSpecifications)Set the logSpecifications value.ServiceSpecificationwithMetricSpecifications(List<MetricSpecification> metricSpecifications)Set the metricSpecifications value.
-
-
-
Method Detail
-
metricSpecifications
public List<MetricSpecification> metricSpecifications()
Get the metricSpecifications value.- Returns:
- the metricSpecifications value
-
withMetricSpecifications
public ServiceSpecification withMetricSpecifications(List<MetricSpecification> metricSpecifications)
Set the metricSpecifications value.- Parameters:
metricSpecifications- the metricSpecifications value to set- Returns:
- the ServiceSpecification object itself.
-
logSpecifications
public List<LogSpecification> logSpecifications()
Get the logSpecifications value.- Returns:
- the logSpecifications value
-
withLogSpecifications
public ServiceSpecification withLogSpecifications(List<LogSpecification> logSpecifications)
Set the logSpecifications value.- Parameters:
logSpecifications- the logSpecifications value to set- Returns:
- the ServiceSpecification object itself.
-
-