Interface TeamInformation


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

    Modifier and Type
    Method
    Description
    Gets the description property: The description of the team.
    Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.TeamInformationInner object.
    Gets the name property: The name of the team.
    Gets the primaryChannelUrl property: The primary channel URL of the team.
    Gets the teamCreationTimeUtc property: The time the team was created.
    Gets the teamId property: Team ID.
  • Method Details

    • teamId

      String teamId()
      Gets the teamId property: Team ID.
      Returns:
      the teamId value.
    • primaryChannelUrl

      String primaryChannelUrl()
      Gets the primaryChannelUrl property: The primary channel URL of the team.
      Returns:
      the primaryChannelUrl value.
    • teamCreationTimeUtc

      OffsetDateTime teamCreationTimeUtc()
      Gets the teamCreationTimeUtc property: The time the team was created.
      Returns:
      the teamCreationTimeUtc value.
    • name

      String name()
      Gets the name property: The name of the team.
      Returns:
      the name value.
    • description

      String description()
      Gets the description property: The description of the team.
      Returns:
      the description value.
    • innerModel

      TeamInformationInner innerModel()
      Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.TeamInformationInner object.
      Returns:
      the inner object.