ClusterScanRuntimeParameters Class
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.
ClusterScanRuntimeParameters defines the parameters for the cluster scan runtime operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterScanRuntimeParametersTypeConverter))]
public class ClusterScanRuntimeParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterScanRuntimeParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterScanRuntimeParametersTypeConverter))>]
type ClusterScanRuntimeParameters = class
interface IClusterScanRuntimeParameters
interface IJsonSerializable
Public Class ClusterScanRuntimeParameters
Implements IClusterScanRuntimeParameters
- Inheritance
-
ClusterScanRuntimeParameters
- Attributes
- Implements
Constructors
ClusterScanRuntimeParameters() |
Creates an new ClusterScanRuntimeParameters instance. |
Properties
ScanActivity |
The choice of if the scan operation should run the scan. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterScanRuntimeParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterScanRuntimeParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterScanRuntimeParameters. |
FromJsonString(String) |
Creates a new instance of ClusterScanRuntimeParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterScanRuntimeParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |