Uses of Class
com.azure.resourcemanager.containerregistry.models.LoggingProperties
Packages that use LoggingProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of LoggingProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return LoggingPropertiesModifier and TypeMethodDescriptionConnectedRegistryInner.logging()Get the logging property: The logging properties of the connected registry.ConnectedRegistryProperties.logging()Get the logging property: The logging properties of the connected registry.ConnectedRegistryUpdateProperties.logging()Get the logging property: The logging properties of the connected registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type LoggingPropertiesModifier and TypeMethodDescriptionConnectedRegistryInner.withLogging(LoggingProperties logging) Set the logging property: The logging properties of the connected registry.ConnectedRegistryProperties.withLogging(LoggingProperties logging) Set the logging property: The logging properties of the connected registry.ConnectedRegistryUpdateProperties.withLogging(LoggingProperties logging) Set the logging property: The logging properties of the connected registry. -
Uses of LoggingProperties in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return LoggingPropertiesModifier and TypeMethodDescriptionstatic LoggingPropertiesLoggingProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoggingProperties from the JsonReader.ConnectedRegistryUpdateParameters.logging()Get the logging property: The logging properties of the connected registry.LoggingProperties.withAuditLogStatus(AuditLogStatus auditLogStatus) Set the auditLogStatus property: Indicates whether audit logs are enabled on the connected registry.LoggingProperties.withLogLevel(LogLevel logLevel) Set the logLevel property: The verbosity of logs persisted on the connected registry.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type LoggingPropertiesModifier and TypeMethodDescriptionConnectedRegistryUpdateParameters.withLogging(LoggingProperties logging) Set the logging property: The logging properties of the connected registry.