default AddWorkloadResponse |
ApplicationInsightsClient.addWorkload(Consumer<AddWorkloadRequest.Builder> addWorkloadRequest) |
Adds a workload to a component.
|
default AddWorkloadResponse |
ApplicationInsightsClient.addWorkload(AddWorkloadRequest addWorkloadRequest) |
Adds a workload to a component.
|
default CreateApplicationResponse |
ApplicationInsightsClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest) |
Adds an application that is created from a resource group.
|
default CreateApplicationResponse |
ApplicationInsightsClient.createApplication(CreateApplicationRequest createApplicationRequest) |
Adds an application that is created from a resource group.
|
default CreateComponentResponse |
ApplicationInsightsClient.createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest) |
Creates a custom component by grouping similar standalone instances to monitor.
|
default CreateComponentResponse |
ApplicationInsightsClient.createComponent(CreateComponentRequest createComponentRequest) |
Creates a custom component by grouping similar standalone instances to monitor.
|
default CreateLogPatternResponse |
ApplicationInsightsClient.createLogPattern(Consumer<CreateLogPatternRequest.Builder> createLogPatternRequest) |
Adds an log pattern to a LogPatternSet.
|
default CreateLogPatternResponse |
ApplicationInsightsClient.createLogPattern(CreateLogPatternRequest createLogPatternRequest) |
Adds an log pattern to a LogPatternSet.
|
default UpdateComponentResponse |
ApplicationInsightsClient.updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest) |
Updates the custom component name and/or the list of resources that make up the component.
|
default UpdateComponentResponse |
ApplicationInsightsClient.updateComponent(UpdateComponentRequest updateComponentRequest) |
Updates the custom component name and/or the list of resources that make up the component.
|
default UpdateComponentConfigurationResponse |
ApplicationInsightsClient.updateComponentConfiguration(Consumer<UpdateComponentConfigurationRequest.Builder> updateComponentConfigurationRequest) |
Updates the monitoring configurations for the component.
|
default UpdateComponentConfigurationResponse |
ApplicationInsightsClient.updateComponentConfiguration(UpdateComponentConfigurationRequest updateComponentConfigurationRequest) |
Updates the monitoring configurations for the component.
|
default UpdateLogPatternResponse |
ApplicationInsightsClient.updateLogPattern(Consumer<UpdateLogPatternRequest.Builder> updateLogPatternRequest) |
Adds a log pattern to a LogPatternSet.
|
default UpdateLogPatternResponse |
ApplicationInsightsClient.updateLogPattern(UpdateLogPatternRequest updateLogPatternRequest) |
Adds a log pattern to a LogPatternSet.
|