Uses of Class
com.microsoft.azure.management.appservice.ServiceSpecification
Packages that use ServiceSpecification
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ServiceSpecification in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ServiceSpecificationModifier and TypeMethodDescriptionCsmOperationDescriptionProperties.serviceSpecification()
Get the serviceSpecification value.ServiceSpecification.withLogSpecifications
(List<LogSpecification> logSpecifications) Set the logSpecifications value.ServiceSpecification.withMetricSpecifications
(List<MetricSpecification> metricSpecifications) Set the metricSpecifications value.Methods in com.microsoft.azure.management.appservice with parameters of type ServiceSpecificationModifier and TypeMethodDescriptionCsmOperationDescriptionProperties.withServiceSpecification
(ServiceSpecification serviceSpecification) Set the serviceSpecification value.