Uses of Interface
com.azure.resourcemanager.apimanagement.models.LoggerContract.Update
Packages that use LoggerContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of LoggerContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return LoggerContract.UpdateModifier and TypeMethodDescriptionLoggerContract.update()Begins update for the LoggerContract resource.LoggerContract.UpdateStages.WithCredentials.withCredentials(Map<String, String> credentials) Specifies the credentials property: Logger credentials..LoggerContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Logger description..LoggerContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.LoggerContract.UpdateStages.WithIsBuffered.withIsBuffered(Boolean isBuffered) Specifies the isBuffered property: Whether records are buffered in the logger before publishing.LoggerContract.UpdateStages.WithLoggerType.withLoggerType(LoggerType loggerType) Specifies the loggerType property: Logger type..