Uses of Class
com.azure.resourcemanager.appservice.models.ServiceSpecification
Packages that use ServiceSpecification
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of ServiceSpecification in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type ServiceSpecificationModifier and TypeClassDescriptionfinal classResource metrics service provided by Microsoft.Insights resource provider.Methods in com.azure.resourcemanager.appservice.models that return ServiceSpecificationModifier and TypeMethodDescriptionstatic ServiceSpecificationServiceSpecification.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceSpecification from the JsonReader.CsmOperationDescriptionProperties.serviceSpecification()Get the serviceSpecification property: Resource metrics service provided by Microsoft.Insights resource provider.ServiceSpecification.withLogSpecifications(List<LogSpecification> logSpecifications) Set the logSpecifications property: The logSpecifications property.ServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: The metricSpecifications property.Methods in com.azure.resourcemanager.appservice.models with parameters of type ServiceSpecificationModifier and TypeMethodDescriptionCsmOperationDescriptionProperties.withServiceSpecification(ServiceSpecification serviceSpecification) Set the serviceSpecification property: Resource metrics service provided by Microsoft.Insights resource provider.