ArmSecurityInsightsModelFactory.WorkspaceManagerAssignmentJobData Method

Definition

public static Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentJobData WorkspaceManagerAssignmentJobData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, DateTimeOffset? endOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsContentJobItem> items = default, Azure.ResourceManager.SecurityInsights.Models.TriggeredAnalyticsRuleRunProvisioningState? provisioningState = default, DateTimeOffset? startOn = default, string errorMessage = default, Azure.ETag? eTag = default);
static member WorkspaceManagerAssignmentJobData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsContentJobItem> * Nullable<Azure.ResourceManager.SecurityInsights.Models.TriggeredAnalyticsRuleRunProvisioningState> * Nullable<DateTimeOffset> * string * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentJobData
Public Shared Function WorkspaceManagerAssignmentJobData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional items As IEnumerable(Of SecurityInsightsContentJobItem) = Nothing, Optional provisioningState As Nullable(Of TriggeredAnalyticsRuleRunProvisioningState) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional errorMessage As String = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As WorkspaceManagerAssignmentJobData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

endOn
Nullable<DateTimeOffset>

The time the job completed.

items
IEnumerable<SecurityInsightsContentJobItem>

List of items published by the job.

provisioningState
Nullable<TriggeredAnalyticsRuleRunProvisioningState>

State of the job.

startOn
Nullable<DateTimeOffset>

The time the job started.

errorMessage
String

Message to describe error, if an error exists.

eTag
Nullable<ETag>

Etag of the azure resource.

Returns

A new WorkspaceManagerAssignmentJobData instance for mocking.

Applies to