Uses of Class
com.azure.resourcemanager.apimanagement.models.LoggerUpdateContract
Packages that use LoggerUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of LoggerUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type LoggerUpdateContractModifier and TypeMethodDescriptionLoggersClient.update(String resourceGroupName, String serviceName, String loggerId, String ifMatch, LoggerUpdateContract parameters) Updates an existing logger.WorkspaceLoggersClient.update(String resourceGroupName, String serviceName, String workspaceId, String loggerId, String ifMatch, LoggerUpdateContract parameters) Updates an existing logger.LoggersClient.updateWithResponse(String resourceGroupName, String serviceName, String loggerId, String ifMatch, LoggerUpdateContract parameters, com.azure.core.util.Context context) Updates an existing logger.WorkspaceLoggersClient.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String loggerId, String ifMatch, LoggerUpdateContract parameters, com.azure.core.util.Context context) Updates an existing logger. -
Uses of LoggerUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return LoggerUpdateContractModifier and TypeMethodDescriptionstatic LoggerUpdateContractLoggerUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoggerUpdateContract from the JsonReader.LoggerUpdateContract.withCredentials(Map<String, String> credentials) Set the credentials property: Logger credentials.LoggerUpdateContract.withDescription(String description) Set the description property: Logger description.LoggerUpdateContract.withIsBuffered(Boolean isBuffered) Set the isBuffered property: Whether records are buffered in the logger before publishing.LoggerUpdateContract.withLoggerType(LoggerType loggerType) Set the loggerType property: Logger type.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type LoggerUpdateContractModifier and TypeMethodDescriptionWorkspaceLoggers.update(String resourceGroupName, String serviceName, String workspaceId, String loggerId, String ifMatch, LoggerUpdateContract parameters) Updates an existing logger.com.azure.core.http.rest.Response<LoggerContract> WorkspaceLoggers.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String loggerId, String ifMatch, LoggerUpdateContract parameters, com.azure.core.util.Context context) Updates an existing logger.