ArmSecurityInsightsModelFactory.TeamInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.SecurityInsights.Models.TeamInformation TeamInformation(string teamId = default, string primaryChannelUri = default, DateTimeOffset? teamCreationTimeUtc = default, string name = default, string description = default);
static member TeamInformation : string * string * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.SecurityInsights.Models.TeamInformation
Public Shared Function TeamInformation (Optional teamId As String = Nothing, Optional primaryChannelUri As String = Nothing, Optional teamCreationTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing) As TeamInformation
Parameters
- teamId
- String
Team ID.
- primaryChannelUri
- String
The primary channel URL of the team.
- teamCreationTimeUtc
- Nullable<DateTimeOffset>
The time the team was created.
- name
- String
The name of the team.
- description
- String
The description of the team.
Returns
A new TeamInformation instance for mocking.