你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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