Uses of Class
com.azure.resourcemanager.containerregistry.models.OperationLogSpecificationDefinition
Packages that use OperationLogSpecificationDefinition
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of OperationLogSpecificationDefinition in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type OperationLogSpecificationDefinitionModifier and TypeClassDescriptionfinal classThe definition of Azure Monitoring log.Methods in com.azure.resourcemanager.containerregistry.models that return OperationLogSpecificationDefinitionModifier and TypeMethodDescriptionOperationLogSpecificationDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationLogSpecificationDefinition from the JsonReader.OperationLogSpecificationDefinition.withBlobDuration(String blobDuration) Set the blobDuration property: Log blob duration.OperationLogSpecificationDefinition.withDisplayName(String displayName) Set the displayName property: Log display name.Set the name property: Log name.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type OperationLogSpecificationDefinitionModifier and TypeMethodDescriptionOperationServiceSpecificationDefinition.logSpecifications()Get the logSpecifications property: A list of Azure Monitoring log definitions.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type OperationLogSpecificationDefinitionModifier and TypeMethodDescriptionOperationServiceSpecificationDefinition.withLogSpecifications(List<OperationLogSpecificationDefinition> logSpecifications) Set the logSpecifications property: A list of Azure Monitoring log definitions.