public interface TeamInformation
An immutable client-side representation of TeamInformation.
-
Method Summary
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
Gets the teamId property: Team ID.
- Returns:
- the teamId value.
-
primaryChannelUrl
Gets the primaryChannelUrl property: The primary channel URL of the team.
- Returns:
- the primaryChannelUrl value.
-
teamCreationTimeUtc
Gets the teamCreationTimeUtc property: The time the team was created.
- Returns:
- the teamCreationTimeUtc value.
-
name
Gets the name property: The name of the team.
- Returns:
- the name value.
-
description
Gets the description property: The description of the team.
- Returns:
- the description value.
-
innerModel
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.TeamInformationInner object.
- Returns:
- the inner object.