Share via


TeamInformation Class

Definition

Describes team information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.TeamInformationTypeConverter))]
public class TeamInformation : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.TeamInformationTypeConverter))>]
type TeamInformation = class
    interface ITeamInformation
    interface IJsonSerializable
Public Class TeamInformation
Implements ITeamInformation
Inheritance
TeamInformation
Attributes
Implements

Constructors

TeamInformation()

Creates an new TeamInformation instance.

Properties

Description

The description of the team

Name

The name of the team

PrimaryChannelUrl

The primary channel URL of the team

TeamCreationTimeUtc

The time the team was created

TeamId

Team ID

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TeamInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TeamInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ITeamInformation.

FromJsonString(String)

Creates a new instance of TeamInformation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TeamInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to