Uses of Class
com.azure.resourcemanager.netapp.models.ServiceSpecification
Packages that use ServiceSpecification
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of ServiceSpecification in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return ServiceSpecificationModifier and TypeMethodDescriptionOperationInner.serviceSpecification()Get the serviceSpecification property: One property of operation, include metric specifications.OperationProperties.serviceSpecification()Get the serviceSpecification property: One property of operation, include metric specifications.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type ServiceSpecificationModifier and TypeMethodDescriptionOperationInner.withServiceSpecification(ServiceSpecification serviceSpecification) Set the serviceSpecification property: One property of operation, include metric specifications.OperationProperties.withServiceSpecification(ServiceSpecification serviceSpecification) Set the serviceSpecification property: One property of operation, include metric specifications. -
Uses of ServiceSpecification in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return ServiceSpecificationModifier and TypeMethodDescriptionstatic ServiceSpecificationServiceSpecification.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceSpecification from the JsonReader.Operation.serviceSpecification()Gets the serviceSpecification property: One property of operation, include metric specifications.ServiceSpecification.withLogSpecifications(List<LogSpecification> logSpecifications) Set the logSpecifications property: Log specification of operation.ServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: Metric specifications of operation.