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
-
NetworkAnalyticsProvisioningState
- Implements
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. |
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 string to a NetworkAnalyticsProvisioningState. |
Inequality(NetworkAnalyticsProvisioningState, NetworkAnalyticsProvisioningState) |
Determines if two NetworkAnalyticsProvisioningState values are not the same. |
Applies to
Azure SDK for .NET