Share via


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