AdaptiveNetworkHardeningEnforceContent Class

Definition

The AdaptiveNetworkHardeningEnforceContent.

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

Constructors

AdaptiveNetworkHardeningEnforceContent(IEnumerable<RecommendedSecurityRule>, IEnumerable<String>)

Initializes a new instance of AdaptiveNetworkHardeningEnforceContent.

Properties

NetworkSecurityGroups

The Azure resource IDs of the effective network security groups that will be updated with the created security rules from the Adaptive Network Hardening rules.

Rules

The rules to enforce.

Explicit Interface Implementations

IJsonModel<AdaptiveNetworkHardeningEnforceContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AdaptiveNetworkHardeningEnforceContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AdaptiveNetworkHardeningEnforceContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AdaptiveNetworkHardeningEnforceContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AdaptiveNetworkHardeningEnforceContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to