NetworkFabricUpgradeAction 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.
Action to be performed while upgrading the fabric.
public readonly struct NetworkFabricUpgradeAction : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricUpgradeAction>
type NetworkFabricUpgradeAction = struct
Public Structure NetworkFabricUpgradeAction
Implements IEquatable(Of NetworkFabricUpgradeAction)
- Inheritance
-
NetworkFabricUpgradeAction
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricUpgradeAction(String) |
Initializes a new instance of NetworkFabricUpgradeAction. |
Properties
| Name | Description |
|---|---|
| Complete |
UpgradeAction -Complete. |
| Start |
UpgradeAction-Start. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkFabricUpgradeAction) |
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(NetworkFabricUpgradeAction, NetworkFabricUpgradeAction) |
Determines if two NetworkFabricUpgradeAction values are the same. |
| Implicit(String to NetworkFabricUpgradeAction) |
Converts a String to a NetworkFabricUpgradeAction. |
| Inequality(NetworkFabricUpgradeAction, NetworkFabricUpgradeAction) |
Determines if two NetworkFabricUpgradeAction values are not the same. |