Uses of Interface
com.azure.resourcemanager.apimanagement.models.LoggerContract
Packages that use LoggerContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of LoggerContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return LoggerContractModifier and TypeMethodDescriptionLoggerContract.Update.apply()Executes the update request.LoggerContract.Update.apply(com.azure.core.util.Context context) Executes the update request.LoggerContract.DefinitionStages.WithCreate.create()Executes the create request.LoggerContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.WorkspaceLoggers.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String loggerId, LoggerContractInner parameters) Creates or Updates a logger.Gets the details of the logger specified by its identifier.WorkspaceLoggers.get(String resourceGroupName, String serviceName, String workspaceId, String loggerId) Gets the details of the logger specified by its identifier.Gets the details of the logger specified by its identifier.LoggerContract.refresh()Refreshes the resource to sync with Azure.LoggerContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.WorkspaceLoggers.update(String resourceGroupName, String serviceName, String workspaceId, String loggerId, String ifMatch, LoggerUpdateContract parameters) Updates an existing logger.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type LoggerContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<LoggerContract> WorkspaceLoggers.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String loggerId, LoggerContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a logger.com.azure.core.http.rest.Response<LoggerContract> Loggers.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the details of the logger specified by its identifier.com.azure.core.http.rest.Response<LoggerContract> Loggers.getWithResponse(String resourceGroupName, String serviceName, String loggerId, com.azure.core.util.Context context) Gets the details of the logger specified by its identifier.com.azure.core.http.rest.Response<LoggerContract> WorkspaceLoggers.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String loggerId, com.azure.core.util.Context context) Gets the details of the logger specified by its identifier.com.azure.core.http.rest.PagedIterable<LoggerContract> Loggers.listByService(String resourceGroupName, String serviceName) Lists a collection of loggers in the specified service instance.com.azure.core.http.rest.PagedIterable<LoggerContract> Loggers.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of loggers in the specified service instance.com.azure.core.http.rest.PagedIterable<LoggerContract> WorkspaceLoggers.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of loggers in the specified workspace.com.azure.core.http.rest.PagedIterable<LoggerContract> WorkspaceLoggers.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of loggers in the specified workspace.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.