RecommendationConfigurationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of IoT Security recommendation.
public class RecommendationConfigurationProperties
public class RecommendationConfigurationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.RecommendationConfigurationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.RecommendationConfigurationProperties>
type RecommendationConfigurationProperties = class
type RecommendationConfigurationProperties = class
interface IJsonModel<RecommendationConfigurationProperties>
interface IPersistableModel<RecommendationConfigurationProperties>
Public Class RecommendationConfigurationProperties
Public Class RecommendationConfigurationProperties
Implements IJsonModel(Of RecommendationConfigurationProperties), IPersistableModel(Of RecommendationConfigurationProperties)
- Inheritance
-
RecommendationConfigurationProperties
- Implements
Constructors
RecommendationConfigurationProperties(IotSecurityRecommendationType, RecommendationConfigStatus) |
Initializes a new instance of RecommendationConfigurationProperties. |
Properties
Name |
Gets the name. |
RecommendationType |
The type of IoT Security recommendation. |
Status |
Recommendation status. When the recommendation status is disabled recommendations are not generated. |
Explicit Interface Implementations
IJsonModel<RecommendationConfigurationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RecommendationConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RecommendationConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RecommendationConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RecommendationConfigurationProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET