Uses of Class
com.azure.resourcemanager.storage.models.ServiceSpecification
-
Packages that use ServiceSpecification Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ServiceSpecification in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.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.storage.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.storage.models
Methods in com.azure.resourcemanager.storage.models that return ServiceSpecification Modifier and Type Method Description ServiceSpecificationServiceSpecification. withMetricSpecifications(List<MetricSpecification> metricSpecifications)Set the metricSpecifications property: Metric specifications of operation.
-