IClusterScanRuntimeParameters.ScanActivity Property
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.
The choice of if the scan operation should run the scan.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The choice of if the scan operation should run the scan.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterScanRuntimeParametersScanActivity) }, ReadOnly=false, Required=false, SerializedName="scanActivity")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterScanRuntimeParametersScanActivity? ScanActivity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The choice of if the scan operation should run the scan.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterScanRuntimeParametersScanActivity) }, ReadOnly=false, Required=false, SerializedName="scanActivity")>]
member this.ScanActivity : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterScanRuntimeParametersScanActivity> with get, set
Public Property ScanActivity As Nullable(Of ClusterScanRuntimeParametersScanActivity)
Property Value
- Attributes