Interface WorkItemConfiguration


public interface WorkItemConfiguration
An immutable client-side representation of WorkItemConfiguration.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the configDisplayName property: Configuration friendly name.
    Gets the configProperties property: Serialized JSON object for detailed properties.
    Gets the connectorId property: Connector identifier where work item is created.
    id()
    Gets the id property: Unique Id for work item.
    Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.WorkItemConfigurationInner object.
    Gets the isDefault property: Boolean value indicating whether configuration is default.
  • Method Details

    • connectorId

      String connectorId()
      Gets the connectorId property: Connector identifier where work item is created.
      Returns:
      the connectorId value.
    • configDisplayName

      String configDisplayName()
      Gets the configDisplayName property: Configuration friendly name.
      Returns:
      the configDisplayName value.
    • isDefault

      Boolean isDefault()
      Gets the isDefault property: Boolean value indicating whether configuration is default.
      Returns:
      the isDefault value.
    • id

      String id()
      Gets the id property: Unique Id for work item.
      Returns:
      the id value.
    • configProperties

      String configProperties()
      Gets the configProperties property: Serialized JSON object for detailed properties.
      Returns:
      the configProperties value.
    • innerModel

      Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.WorkItemConfigurationInner object.
      Returns:
      the inner object.