Uses of Class
com.azure.resourcemanager.keyvault.models.ServiceSpecification
Packages that use ServiceSpecification
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of ServiceSpecification in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.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.keyvault.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.keyvault.models
Methods in com.azure.resourcemanager.keyvault.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.