WorkloadImpact Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| WorkloadImpact(String) |
Initializes a new instance of WorkloadImpact. |
Properties
| Name | Description |
|---|---|
| False |
False. |
| True |
True. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |