Uses of Class
com.azure.resourcemanager.appplatform.models.ServiceSpecification
Packages that use ServiceSpecification
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ServiceSpecification in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ServiceSpecificationModifier and TypeMethodDescriptionOperationProperties.serviceSpecification()Get the serviceSpecification property: Service specifications of the operation.ServiceSpecification.withLogSpecifications(List<LogSpecification> logSpecifications) Set the logSpecifications property: Specifications of the Log for Azure Monitoring.ServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: Specifications of the Metrics for Azure Monitoring.Methods in com.azure.resourcemanager.appplatform.models with parameters of type ServiceSpecificationModifier and TypeMethodDescriptionOperationProperties.withServiceSpecification(ServiceSpecification serviceSpecification) Set the serviceSpecification property: Service specifications of the operation.