ArmSecurityCenterModelFactory.JFrogEnvironmentInfo Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.JFrogEnvironmentInfo JFrogEnvironmentInfo(int? scanInterval = default);
static member JFrogEnvironmentInfo : Nullable<int> -> Azure.ResourceManager.SecurityCenter.Models.JFrogEnvironmentInfo
Public Shared Function JFrogEnvironmentInfo (Optional scanInterval As Nullable(Of Integer) = Nothing) As JFrogEnvironmentInfo

Parameters

scanInterval
Nullable<Int32>

Scan interval in hours (value should be between 1-hour to 24-hours).

Returns

A new JFrogEnvironmentInfo instance for mocking.

Applies to