ArmSecurityInsightsModelFactory.SecurityInsightsRecommendationData Method

Definition

Initializes a new instance of SecurityInsightsRecommendationData.

public static Azure.ResourceManager.SecurityInsights.SecurityInsightsRecommendationData SecurityInsightsRecommendationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string recommendationTypeId = default, Azure.ResourceManager.SecurityInsights.Models.RecommendationState? state = default, string title = default, string description = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastEvaluatedOn = default, DateTimeOffset? lastModifiedOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.RecommendedSuggestion> suggestions = default, string resourceId = default, System.Collections.Generic.IDictionary<string,string> additionalProperties = default, Azure.ETag? etag = default);
static member SecurityInsightsRecommendationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.SecurityInsights.Models.RecommendationState> * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.SecurityInsights.Models.RecommendedSuggestion> * string * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.SecurityInsightsRecommendationData
Public Shared Function SecurityInsightsRecommendationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional recommendationTypeId As String = Nothing, Optional state As Nullable(Of RecommendationState) = Nothing, Optional title As String = Nothing, Optional description As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastEvaluatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional suggestions As IEnumerable(Of RecommendedSuggestion) = Nothing, Optional resourceId As String = Nothing, Optional additionalProperties As IDictionary(Of String, String) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SecurityInsightsRecommendationData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

recommendationTypeId
String

Id of the recommendation type.

state
Nullable<RecommendationState>

State of the recommendation.

title
String

Title of the recommendation.

description
String

Description of the recommendation.

createdOn
Nullable<DateTimeOffset>

The time stamp (UTC) when the recommendation was created.

lastEvaluatedOn
Nullable<DateTimeOffset>

The time stamp (UTC) when the recommendation was last evaluated.

lastModifiedOn
Nullable<DateTimeOffset>

The time stamp (UTC) when the recommendation was last modified.

suggestions
IEnumerable<RecommendedSuggestion>

List of suggestions to take for this recommendation.

resourceId
String

Id of the resource this recommendation refers to.

additionalProperties
IDictionary<String,String>

Collection of additional properties for the recommendation.

etag
Nullable<ETag>

Etag of the azure resource.

Returns

A new SecurityInsightsRecommendationData instance for mocking.

Applies to