ArmNetworkCloudModelFactory.RuntimeProtectionConfiguration Method
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.
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.