Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.TeamInformationInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of TeamInformationInner 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.Modifier and TypeMethodDescriptioncom.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 TeamInformationInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentInner.teamInformation()
Get the teamInformation property: Describes a team for the incident.IncidentPropertiesInner.teamInformation()
Get the teamInformation property: Describes a team for the incident.Modifier and TypeMethodDescriptionIncidentInner.withTeamInformation
(TeamInformationInner teamInformation) Set the teamInformation property: Describes a team for the incident.IncidentPropertiesInner.withTeamInformation
(TeamInformationInner teamInformation) Set the teamInformation property: Describes a team for the incident. -
Uses of TeamInformationInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionTeamInformation.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.TeamInformationInner object.Modifier and TypeMethodDescriptionIncident.DefinitionStages.WithTeamInformation.withTeamInformation
(TeamInformationInner teamInformation) Specifies the teamInformation property: Describes a team for the incident.Incident.UpdateStages.WithTeamInformation.withTeamInformation
(TeamInformationInner teamInformation) Specifies the teamInformation property: Describes a team for the incident.