你当前正在访问 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.

public readonly struct WorkloadImpact : IEquatable<Azure.ResourceManager.NetworkCloud.Models.WorkloadImpact>
type WorkloadImpact = struct
Public Structure WorkloadImpact
Implements IEquatable(Of WorkloadImpact)
Inheritance
WorkloadImpact
Implements

Constructors

WorkloadImpact(String)

Initializes a new instance of WorkloadImpact.

Properties

False

False.

True

True.

Methods

Equals(WorkloadImpact)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(WorkloadImpact, WorkloadImpact)

Determines if two WorkloadImpact values are the same.

Implicit(String to WorkloadImpact)

Converts a String to a WorkloadImpact.

Inequality(WorkloadImpact, WorkloadImpact)

Determines if two WorkloadImpact values are not the same.

Applies to