Interface ApplicationInsightsComponent.DefinitionStages.WithKind

All Known Subinterfaces:
ApplicationInsightsComponent.Definition
Enclosing interface:
ApplicationInsightsComponent.DefinitionStages

public static interface ApplicationInsightsComponent.DefinitionStages.WithKind
The stage of the ApplicationInsightsComponent definition allowing to specify kind.
  • Method Details

    • withKind

      Specifies the kind property: The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone..
      Parameters:
      kind - The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone.
      Returns:
      the next definition stage.