Uses of Interface
com.azure.resourcemanager.securityinsights.models.TeamInformation
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of TeamInformation in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncident.createTeam
(TeamProperties teamProperties) Creates a Microsoft team to investigate the incident by sharing information and insights between participants.Incidents.createTeam
(String resourceGroupName, String workspaceName, String incidentId, TeamProperties teamProperties) Creates a Microsoft team to investigate the incident by sharing information and insights between participants.Incident.teamInformation()
Gets the teamInformation property: Describes a team for the incident.IncidentProperties.teamInformation()
Gets the teamInformation property: Describes a team for the incident.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TeamInformation>
Incident.createTeamWithResponse
(TeamProperties teamProperties, com.azure.core.util.Context context) Creates a Microsoft team to investigate the incident by sharing information and insights between participants.com.azure.core.http.rest.Response<TeamInformation>
Incidents.createTeamWithResponse
(String resourceGroupName, String workspaceName, String incidentId, TeamProperties teamProperties, com.azure.core.util.Context context) Creates a Microsoft team to investigate the incident by sharing information and insights between participants.