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.
Initializes a new instance of TeamInformation.
public static Azure.ResourceManager.SecurityInsights.Models.TeamInformation TeamInformation (string teamId = default, Uri primaryChannelUri = default, DateTimeOffset? teamCreationTimeUtc = default, string name = default, string description = default);
static member TeamInformation : string * Uri * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.SecurityInsights.Models.TeamInformation
Public Shared Function TeamInformation (Optional teamId As String = Nothing, Optional primaryChannelUri As Uri = 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
- Uri
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.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET