ArmNetworkCloudModelFactory.RuntimeProtectionConfiguration Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.RuntimeProtectionConfiguration RuntimeProtectionConfiguration(Azure.ResourceManager.NetworkCloud.Models.RuntimeProtectionDefinitionUpdateMode? definitionUpdateMode = default, Azure.ResourceManager.NetworkCloud.Models.RuntimeProtectionEnforcementLevel? enforcementLevel = default);
static member RuntimeProtectionConfiguration : Nullable<Azure.ResourceManager.NetworkCloud.Models.RuntimeProtectionDefinitionUpdateMode> * Nullable<Azure.ResourceManager.NetworkCloud.Models.RuntimeProtectionEnforcementLevel> -> Azure.ResourceManager.NetworkCloud.Models.RuntimeProtectionConfiguration
Public Shared Function RuntimeProtectionConfiguration (Optional definitionUpdateMode As Nullable(Of RuntimeProtectionDefinitionUpdateMode) = Nothing, Optional enforcementLevel As Nullable(Of RuntimeProtectionEnforcementLevel) = Nothing) As RuntimeProtectionConfiguration

Parameters

definitionUpdateMode
Nullable<RuntimeProtectionDefinitionUpdateMode>

The definition update mode for runtime protection.

enforcementLevel
Nullable<RuntimeProtectionEnforcementLevel>

The mode of operation for runtime protection.

Returns

A new RuntimeProtectionConfiguration instance for mocking.

Applies to