RuntimeProtectionConfiguration 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.
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() |