Uses of Class
com.azure.resourcemanager.keyvault.models.DimensionProperties
-
Packages that use DimensionProperties Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of DimensionProperties in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return DimensionProperties Modifier and Type Method Description DimensionPropertiesDimensionProperties. withDisplayName(String displayName)Set the displayName property: Display name of dimension.DimensionPropertiesDimensionProperties. withName(String name)Set the name property: Name of dimension.DimensionPropertiesDimensionProperties. withToBeExportedForShoebox(Boolean toBeExportedForShoebox)Set the toBeExportedForShoebox property: Property to specify whether the dimension should be exported for shoebox.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type DimensionProperties Modifier and Type Method Description List<DimensionProperties>MetricSpecification. dimensions()Get the dimensions property: The dimensions of metric.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type DimensionProperties Modifier and Type Method Description MetricSpecificationMetricSpecification. withDimensions(List<DimensionProperties> dimensions)Set the dimensions property: The dimensions of metric.
-