NetworkAnalyticsProvisioningState 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 status of the current operation.
public readonly struct NetworkAnalyticsProvisioningState : IEquatable<Azure.ResourceManager.NetworkAnalytics.Models.NetworkAnalyticsProvisioningState>
type NetworkAnalyticsProvisioningState = struct
Public Structure NetworkAnalyticsProvisioningState
Implements IEquatable(Of NetworkAnalyticsProvisioningState)
- Inheritance
-
System.ValueTypeNetworkAnalyticsProvisioningState
- Implements
-
System.IEquatable<NetworkAnalyticsProvisioningState>
Constructors
| NetworkAnalyticsProvisioningState(String) |
Initializes a new instance of NetworkAnalyticsProvisioningState. |
Properties
| Accepted |
Represents an accepted operation. |
| Canceled |
Represents a canceled operation. |
| Deleting |
Represents an operation under deletion. |
| Failed |
Represents a failed operation. |
| Provisioning |
Represents a pending operation. |
| Succeeded |
Represents a succeeded operation. |
| Updating |
Represents a pending operation. |
Methods
| Equals(NetworkAnalyticsProvisioningState) |
Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(NetworkAnalyticsProvisioningState, NetworkAnalyticsProvisioningState) |
Determines if two NetworkAnalyticsProvisioningState values are the same. |
| Implicit(String to NetworkAnalyticsProvisioningState) |
Converts a System.String to a NetworkAnalyticsProvisioningState. |
| Inequality(NetworkAnalyticsProvisioningState, NetworkAnalyticsProvisioningState) |
Determines if two NetworkAnalyticsProvisioningState values are not the same. |