Class ServiceSpecification
java.lang.Object
com.microsoft.azure.management.appservice.ServiceSpecification
Resource metrics service provided by Microsoft.Insights resource provider.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the logSpecifications value.Get the metricSpecifications value.withLogSpecifications
(List<LogSpecification> logSpecifications) Set the logSpecifications value.withMetricSpecifications
(List<MetricSpecification> metricSpecifications) Set the metricSpecifications value.
-
Constructor Details
-
ServiceSpecification
public ServiceSpecification()
-
-
Method Details
-
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
Get the logSpecifications value.- Returns:
- the logSpecifications value
-
withLogSpecifications
Set the logSpecifications value.- Parameters:
logSpecifications
- the logSpecifications value to set- Returns:
- the ServiceSpecification object itself.
-