Delen via


ClusterScanRuntimeParametersScanActivity Struct

Definition

The choice of if the scan operation should run the scan.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterScanRuntimeParametersScanActivityTypeConverter))]
public struct ClusterScanRuntimeParametersScanActivity : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterScanRuntimeParametersScanActivity>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterScanRuntimeParametersScanActivityTypeConverter))>]
type ClusterScanRuntimeParametersScanActivity = struct
    interface IArgumentCompleter
Public Structure ClusterScanRuntimeParametersScanActivity
Implements IArgumentCompleter, IEquatable(Of ClusterScanRuntimeParametersScanActivity)
Inheritance
ClusterScanRuntimeParametersScanActivity
Attributes
Implements

Fields

Scan
Skip

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ClusterScanRuntimeParametersScanActivity)

Compares values of enum type ClusterScanRuntimeParametersScanActivity

Equals(Object)

Compares values of enum type ClusterScanRuntimeParametersScanActivity (override for Object)

GetHashCode()

Returns hashCode for enum ClusterScanRuntimeParametersScanActivity

ToString()

Returns string representation for ClusterScanRuntimeParametersScanActivity

Operators

Equality(ClusterScanRuntimeParametersScanActivity, ClusterScanRuntimeParametersScanActivity)

Overriding == operator for enum ClusterScanRuntimeParametersScanActivity

Implicit(ClusterScanRuntimeParametersScanActivity to String)

Implicit operator to convert ClusterScanRuntimeParametersScanActivity to string

Implicit(String to ClusterScanRuntimeParametersScanActivity)

Implicit operator to convert string to ClusterScanRuntimeParametersScanActivity

Inequality(ClusterScanRuntimeParametersScanActivity, ClusterScanRuntimeParametersScanActivity)

Overriding != operator for enum ClusterScanRuntimeParametersScanActivity

Applies to