ArmSecurityInsightsModelFactory.SecurityInsightsWatchlistItemData Method

Definition

Initializes a new instance of SecurityInsightsWatchlistItemData.

public static Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemData SecurityInsightsWatchlistItemData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string watchlistItemType = default, string watchlistItemId = default, Guid? tenantId = default, bool? isDeleted = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo createdBy = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo updatedBy = default, System.Collections.Generic.IDictionary<string,BinaryData> itemsKeyValueDictionary = default, System.Collections.Generic.IDictionary<string,BinaryData> entityMappingDictionary = default, Azure.ETag? etag = default);
static member SecurityInsightsWatchlistItemData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Nullable<Guid> * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo * System.Collections.Generic.IDictionary<string, BinaryData> * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.SecurityInsightsWatchlistItemData
Public Shared Function SecurityInsightsWatchlistItemData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional watchlistItemType As String = Nothing, Optional watchlistItemId As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional isDeleted As Nullable(Of Boolean) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional createdBy As SecurityInsightsUserInfo = Nothing, Optional updatedBy As SecurityInsightsUserInfo = Nothing, Optional itemsKeyValueDictionary As IDictionary(Of String, BinaryData) = Nothing, Optional entityMappingDictionary As IDictionary(Of String, BinaryData) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SecurityInsightsWatchlistItemData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

watchlistItemType
String

The type of the watchlist item.

watchlistItemId
String

The id (a Guid) of the watchlist item.

tenantId
Nullable<Guid>

The tenantId to which the watchlist item belongs to.

isDeleted
Nullable<Boolean>

A flag that indicates if the watchlist item is deleted or not.

createdOn
Nullable<DateTimeOffset>

The time the watchlist item was created.

updatedOn
Nullable<DateTimeOffset>

The last time the watchlist item was updated.

createdBy
SecurityInsightsUserInfo

Describes a user that created the watchlist item.

updatedBy
SecurityInsightsUserInfo

Describes a user that updated the watchlist item.

itemsKeyValueDictionary
IDictionary<String,BinaryData>

key-value pairs for a watchlist item.

entityMappingDictionary
IDictionary<String,BinaryData>

key-value pairs for a watchlist item entity mapping.

etag
Nullable<ETag>

Etag of the azure resource.

Returns

A new SecurityInsightsWatchlistItemData instance for mocking.

Applies to