NetworkFabricUpgradeAction Struct

Definition

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.

Applies to