Uses of Class
com.azure.resourcemanager.cdn.models.ServiceSpecification
-
Packages that use ServiceSpecification Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 ServiceSpecification Modifier and Type Method Description ServiceSpecificationOperationInner. serviceSpecification()Get the serviceSpecification property: One property of operation, include metric specifications.ServiceSpecificationOperationProperties. serviceSpecification()Get the serviceSpecification property: One property of operation, include metric specifications.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type ServiceSpecification Modifier and Type Method Description OperationInnerOperationInner. withServiceSpecification(ServiceSpecification serviceSpecification)Set the serviceSpecification property: One property of operation, include metric specifications.OperationPropertiesOperationProperties. withServiceSpecification(ServiceSpecification serviceSpecification)Set the serviceSpecification property: One property of operation, include metric specifications. -
Uses of ServiceSpecification in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ServiceSpecification Modifier and Type Method Description ServiceSpecificationServiceSpecification. withLogSpecifications(List<LogSpecification> logSpecifications)Set the logSpecifications property: Log specifications of operation.ServiceSpecificationServiceSpecification. withMetricSpecifications(List<MetricSpecification> metricSpecifications)Set the metricSpecifications property: Metric specifications of operation.
-