Uses of Class
com.azure.resourcemanager.cdn.models.ServiceSpecification
Packages that use ServiceSpecification
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ServiceSpecification in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.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.cdn.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.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ServiceSpecificationModifier and TypeClassDescriptionfinal classOne property of operation, include log specifications.Methods in com.azure.resourcemanager.cdn.models that return ServiceSpecificationModifier and TypeMethodDescriptionstatic ServiceSpecificationServiceSpecification.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceSpecification from the JsonReader.ServiceSpecification.withLogSpecifications(List<LogSpecification> logSpecifications) Set the logSpecifications property: Log specifications of operation.ServiceSpecification.withMetricSpecifications(List<MetricSpecification> metricSpecifications) Set the metricSpecifications property: Metric specifications of operation.