Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.LoggerContractProperties
Packages that use LoggerContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of LoggerContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return LoggerContractPropertiesModifier and TypeMethodDescriptionstatic LoggerContractPropertiesLoggerContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoggerContractProperties from the JsonReader.LoggerContractProperties.withCredentials(Map<String, String> credentials) Set the credentials property: The name and SendRule connection string of the event hub for azureEventHub logger.LoggerContractProperties.withDescription(String description) Set the description property: Logger description.LoggerContractProperties.withIsBuffered(Boolean isBuffered) Set the isBuffered property: Whether records are buffered in the logger before publishing.LoggerContractProperties.withLoggerType(LoggerType loggerType) Set the loggerType property: Logger type.LoggerContractProperties.withResourceId(String resourceId) Set the resourceId property: Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource).