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

WorkloadImpact Struct

Definition

The indicator of whether the workload will be impacted during the upgrade.

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

Fields

False
True

Methods

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

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

Equals(Object)

Compares values of enum type WorkloadImpact (override for Object)

Equals(WorkloadImpact)

Compares values of enum type WorkloadImpact

GetHashCode()

Returns hashCode for enum WorkloadImpact

ToString()

Returns string representation for WorkloadImpact

Operators

Equality(WorkloadImpact, WorkloadImpact)

Overriding == operator for enum WorkloadImpact

Implicit(String to WorkloadImpact)

Implicit operator to convert string to WorkloadImpact

Implicit(WorkloadImpact to String)

Implicit operator to convert WorkloadImpact to string

Inequality(WorkloadImpact, WorkloadImpact)

Overriding != operator for enum WorkloadImpact

Applies to