Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.WorkItemConfigurationInner
Packages that use WorkItemConfigurationInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WorkItemConfigurationInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return WorkItemConfigurationInnerModifier and TypeMethodDescriptionWorkItemConfigurationsClient.create(String resourceGroupName, String resourceName, WorkItemCreateConfiguration workItemConfigurationProperties) Create a work item configuration for an Application Insights component.WorkItemConfigurationsClient.getDefault(String resourceGroupName, String resourceName) Gets default work item configurations that exist for the application.WorkItemConfigurationsClient.getItem(String resourceGroupName, String resourceName, String workItemConfigId) Gets specified work item configuration for an Application Insights component.WorkItemConfigurationsClient.updateItem(String resourceGroupName, String resourceName, String workItemConfigId, WorkItemCreateConfiguration workItemConfigurationProperties) Update a work item configuration for an Application Insights component.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type WorkItemConfigurationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WorkItemConfigurationInner>WorkItemConfigurationsClient.createWithResponse(String resourceGroupName, String resourceName, WorkItemCreateConfiguration workItemConfigurationProperties, com.azure.core.util.Context context) Create a work item configuration for an Application Insights component.com.azure.core.http.rest.Response<WorkItemConfigurationInner>WorkItemConfigurationsClient.getDefaultWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets default work item configurations that exist for the application.com.azure.core.http.rest.Response<WorkItemConfigurationInner>WorkItemConfigurationsClient.getItemWithResponse(String resourceGroupName, String resourceName, String workItemConfigId, com.azure.core.util.Context context) Gets specified work item configuration for an Application Insights component.com.azure.core.http.rest.PagedIterable<WorkItemConfigurationInner>Gets the list work item configurations that exist for the application.com.azure.core.http.rest.PagedIterable<WorkItemConfigurationInner>WorkItemConfigurationsClient.list(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets the list work item configurations that exist for the application.com.azure.core.http.rest.Response<WorkItemConfigurationInner>WorkItemConfigurationsClient.updateItemWithResponse(String resourceGroupName, String resourceName, String workItemConfigId, WorkItemCreateConfiguration workItemConfigurationProperties, com.azure.core.util.Context context) Update a work item configuration for an Application Insights component. -
Uses of WorkItemConfigurationInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return WorkItemConfigurationInnerModifier and TypeMethodDescriptionWorkItemConfigurationInner.withConfigDisplayName(String configDisplayName) Set the configDisplayName property: Configuration friendly name.WorkItemConfigurationInner.withConfigProperties(String configProperties) Set the configProperties property: Serialized JSON object for detailed properties.WorkItemConfigurationInner.withConnectorId(String connectorId) Set the connectorId property: Connector identifier where work item is created.Set the id property: Unique Id for work item.WorkItemConfigurationInner.withIsDefault(Boolean isDefault) Set the isDefault property: Boolean value indicating whether configuration is default. -
Uses of WorkItemConfigurationInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WorkItemConfigurationInnerModifier and TypeMethodDescriptionWorkItemConfiguration.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.WorkItemConfigurationInner object.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type WorkItemConfigurationInnerModifier and TypeMethodDescriptionWorkItemConfigurationsListResult.value()Get the value property: An array of work item configurations.