Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.LoggerContractInner
Packages that use LoggerContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of LoggerContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return LoggerContractInnerModifier and TypeMethodDescriptionLoggersClient.createOrUpdate(String resourceGroupName, String serviceName, String loggerId, LoggerContractInner parameters) Creates or Updates a logger.WorkspaceLoggersClient.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.WorkspaceLoggersClient.get(String resourceGroupName, String serviceName, String workspaceId, String loggerId) Gets the details of the logger specified by its identifier.LoggersClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type LoggerContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<LoggerContractInner> LoggersClient.listByService(String resourceGroupName, String serviceName) Lists a collection of loggers in the specified service instance.com.azure.core.http.rest.PagedIterable<LoggerContractInner> LoggersClient.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<LoggerContractInner> WorkspaceLoggersClient.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of loggers in the specified workspace.com.azure.core.http.rest.PagedIterable<LoggerContractInner> WorkspaceLoggersClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type LoggerContractInnerModifier and TypeMethodDescriptionLoggersClient.createOrUpdate(String resourceGroupName, String serviceName, String loggerId, LoggerContractInner parameters) Creates or Updates a logger.WorkspaceLoggersClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String loggerId, LoggerContractInner parameters) Creates or Updates a logger.LoggersClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String loggerId, LoggerContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a logger.WorkspaceLoggersClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String loggerId, LoggerContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates or Updates a logger. -
Uses of LoggerContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return LoggerContractInnerModifier and TypeMethodDescriptionstatic LoggerContractInnerLoggerContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoggerContractInner from the JsonReader.LoggerContractInner.withCredentials(Map<String, String> credentials) Set the credentials property: The name and SendRule connection string of the event hub for azureEventHub logger.LoggerContractInner.withDescription(String description) Set the description property: Logger description.LoggerContractInner.withIsBuffered(Boolean isBuffered) Set the isBuffered property: Whether records are buffered in the logger before publishing.LoggerContractInner.withLoggerType(LoggerType loggerType) Set the loggerType property: Logger type.LoggerContractInner.withResourceId(String resourceId) Set the resourceId property: Azure Resource Id of a log target (either Azure Event Hub resource or Azure Application Insights resource). -
Uses of LoggerContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return LoggerContractInnerModifier and TypeMethodDescriptionLoggersCreateOrUpdateResponse.getValue()Gets the deserialized response body.LoggersGetResponse.getValue()Gets the deserialized response body.LoggersUpdateResponse.getValue()Gets the deserialized response body.WorkspaceLoggersCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceLoggersGetResponse.getValue()Gets the deserialized response body.WorkspaceLoggersUpdateResponse.getValue()Gets the deserialized response body.LoggerContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.LoggerContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type LoggerContractInnerModifier and TypeMethodDescriptionLoggerCollection.value()Get the value property: Logger values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type LoggerContractInnerModifier and TypeMethodDescriptionWorkspaceLoggers.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String loggerId, LoggerContractInner parameters) Creates or Updates a logger.com.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.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type LoggerContractInnerModifier and TypeMethodDescriptionLoggerCollection.withValue(List<LoggerContractInner> value) Set the value property: Logger values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type LoggerContractInnerModifierConstructorDescriptionLoggersCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, LoggerContractInner value, LoggersCreateOrUpdateHeaders headers) Creates an instance of LoggersCreateOrUpdateResponse.LoggersGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, LoggerContractInner value, LoggersGetHeaders headers) Creates an instance of LoggersGetResponse.LoggersUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, LoggerContractInner value, LoggersUpdateHeaders headers) Creates an instance of LoggersUpdateResponse.WorkspaceLoggersCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, LoggerContractInner value, WorkspaceLoggersCreateOrUpdateHeaders headers) Creates an instance of WorkspaceLoggersCreateOrUpdateResponse.WorkspaceLoggersGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, LoggerContractInner value, WorkspaceLoggersGetHeaders headers) Creates an instance of WorkspaceLoggersGetResponse.WorkspaceLoggersUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, LoggerContractInner value, WorkspaceLoggersUpdateHeaders headers) Creates an instance of WorkspaceLoggersUpdateResponse.