IotSecurityAggregatedRecommendationData Class

Definition

A class representing the IotSecurityAggregatedRecommendation data model. IoT Security solution recommendation information.

public class IotSecurityAggregatedRecommendationData : Azure.ResourceManager.Models.ResourceData
public class IotSecurityAggregatedRecommendationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedRecommendationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.IotSecurityAggregatedRecommendationData>
type IotSecurityAggregatedRecommendationData = class
    inherit ResourceData
type IotSecurityAggregatedRecommendationData = class
    inherit ResourceData
    interface IJsonModel<IotSecurityAggregatedRecommendationData>
    interface IPersistableModel<IotSecurityAggregatedRecommendationData>
Public Class IotSecurityAggregatedRecommendationData
Inherits ResourceData
Public Class IotSecurityAggregatedRecommendationData
Inherits ResourceData
Implements IJsonModel(Of IotSecurityAggregatedRecommendationData), IPersistableModel(Of IotSecurityAggregatedRecommendationData)
Inheritance
IotSecurityAggregatedRecommendationData
Implements

Constructors

IotSecurityAggregatedRecommendationData()

Initializes a new instance of IotSecurityAggregatedRecommendationData.

Properties

Description

Description of the suspected vulnerability and meaning.

DetectedBy

Name of the organization that made the recommendation.

HealthyDevices

Number of healthy devices within the IoT Security solution.

Id

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

(Inherited from ResourceData)
LogAnalyticsQuery

Log analytics query for getting the list of affected devices/alerts.

Name

The name of the resource.

(Inherited from ResourceData)
RecommendationDisplayName

Display name of the recommendation type.

RecommendationName

Name of the recommendation.

RecommendationTypeId

Recommendation-type GUID.

RemediationSteps

Recommended steps for remediation.

ReportedSeverity

Assessed recommendation severity.

ResourceType

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

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

UnhealthyDeviceCount

Number of unhealthy devices within the IoT Security solution.

Explicit Interface Implementations

IJsonModel<IotSecurityAggregatedRecommendationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotSecurityAggregatedRecommendationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotSecurityAggregatedRecommendationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotSecurityAggregatedRecommendationData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotSecurityAggregatedRecommendationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to