SecurityInsightsRecommendationPatch Class

Definition

Recommendation Fields to update.

public class SecurityInsightsRecommendationPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsRecommendationPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsRecommendationPatch>
type SecurityInsightsRecommendationPatch = class
    interface IJsonModel<SecurityInsightsRecommendationPatch>
    interface IPersistableModel<SecurityInsightsRecommendationPatch>
Public Class SecurityInsightsRecommendationPatch
Implements IJsonModel(Of SecurityInsightsRecommendationPatch), IPersistableModel(Of SecurityInsightsRecommendationPatch)
Inheritance
SecurityInsightsRecommendationPatch
Implements

Constructors

SecurityInsightsRecommendationPatch()

Initializes a new instance of SecurityInsightsRecommendationPatch.

Properties

RecommendationPatchState

State of the recommendation.

Explicit Interface Implementations

IJsonModel<SecurityInsightsRecommendationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsRecommendationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsRecommendationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsRecommendationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsRecommendationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to