Uses of Class
com.azure.resourcemanager.keyvault.models.LogSpecification
-
Packages that use LogSpecification Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of LogSpecification in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return LogSpecification Modifier and Type Method Description LogSpecificationLogSpecification. withBlobDuration(String blobDuration)Set the blobDuration property: Blob duration of specification.LogSpecificationLogSpecification. withDisplayName(String displayName)Set the displayName property: Display name of log specification.LogSpecificationLogSpecification. withName(String name)Set the name property: Name of log specification.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type LogSpecification Modifier and Type Method Description List<LogSpecification>ServiceSpecification. logSpecifications()Get the logSpecifications property: Log specifications of operation.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type LogSpecification Modifier and Type Method Description ServiceSpecificationServiceSpecification. withLogSpecifications(List<LogSpecification> logSpecifications)Set the logSpecifications property: Log specifications of operation.
-