Uses of Class
com.azure.resourcemanager.appservice.models.ServiceSpecification
-
Packages that use ServiceSpecification Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ServiceSpecification in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ServiceSpecification Modifier and Type Method Description ServiceSpecificationCsmOperationDescriptionProperties. serviceSpecification()Get the serviceSpecification property: Resource metrics service provided by Microsoft.Insights resource provider.ServiceSpecificationServiceSpecification. withLogSpecifications(List<LogSpecification> logSpecifications)Set the logSpecifications property: The logSpecifications property.ServiceSpecificationServiceSpecification. withMetricSpecifications(List<MetricSpecification> metricSpecifications)Set the metricSpecifications property: The metricSpecifications property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ServiceSpecification Modifier and Type Method Description CsmOperationDescriptionPropertiesCsmOperationDescriptionProperties. withServiceSpecification(ServiceSpecification serviceSpecification)Set the serviceSpecification property: Resource metrics service provided by Microsoft.Insights resource provider.
-