Compartir a través de


RuntimeProtectionConfiguration Class

Definition

RuntimeProtectionConfiguration represents the runtime protection configuration for the cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RuntimeProtectionConfigurationTypeConverter))]
public class RuntimeProtectionConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRuntimeProtectionConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RuntimeProtectionConfigurationTypeConverter))>]
type RuntimeProtectionConfiguration = class
    interface IRuntimeProtectionConfiguration
    interface IJsonSerializable
Public Class RuntimeProtectionConfiguration
Implements IRuntimeProtectionConfiguration
Inheritance
RuntimeProtectionConfiguration
Attributes
Implements

Constructors

RuntimeProtectionConfiguration()

Creates an new RuntimeProtectionConfiguration instance.

Properties

EnforcementLevel

The mode of operation for runtime protection.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RuntimeProtectionConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RuntimeProtectionConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRuntimeProtectionConfiguration.

FromJsonString(String)

Creates a new instance of RuntimeProtectionConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RuntimeProtectionConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to