Interface WorkItemConfiguration


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

      • 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

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