ArmNetworkCloudModelFactory.ClusterScanRuntimeContent 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.ClusterScanRuntimeContent ClusterScanRuntimeContent(Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeParametersScanActivity? scanActivity = default);
static member ClusterScanRuntimeContent : Nullable<Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeParametersScanActivity> -> Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeContent
Public Shared Function ClusterScanRuntimeContent (Optional scanActivity As Nullable(Of ClusterScanRuntimeParametersScanActivity) = Nothing) As ClusterScanRuntimeContent
Parameters
- scanActivity
- Nullable<ClusterScanRuntimeParametersScanActivity>
The choice of if the scan operation should run the scan.
Returns
A new ClusterScanRuntimeContent instance for mocking.