Uses of Class
com.azure.resourcemanager.securityinsights.models.TeamProperties
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of TeamProperties in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionIncidentsClient.createTeam
(String resourceGroupName, String workspaceName, String incidentId, TeamProperties teamProperties) Creates a Microsoft team to investigate the incident by sharing information and insights between participants.com.azure.core.http.rest.Response<TeamInformationInner>
IncidentsClient.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. -
Uses of TeamProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionTeamProperties.withGroupIds
(List<UUID> groupIds) Set the groupIds property: List of group IDs to add their members to the team.TeamProperties.withMemberIds
(List<UUID> memberIds) Set the memberIds property: List of member IDs to add to the team.TeamProperties.withTeamDescription
(String teamDescription) Set the teamDescription property: The description of the team.TeamProperties.withTeamName
(String teamName) Set the teamName property: The name of the team.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.com.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.