NginxProvisioningState 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.
Provisioning State.
public readonly struct NginxProvisioningState : IEquatable<Azure.ResourceManager.Nginx.Models.NginxProvisioningState>
type NginxProvisioningState = struct
Public Structure NginxProvisioningState
Implements IEquatable(Of NginxProvisioningState)
- Inheritance
-
NginxProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| NginxProvisioningState(String) |
Initializes a new instance of NginxProvisioningState. |
Properties
| Name | Description |
|---|---|
| Accepted |
Gets the Accepted. |
| Canceled |
Gets the Canceled. |
| Creating |
Gets the Creating. |
| Deleted |
Gets the Deleted. |
| Deleting |
Gets the Deleting. |
| Failed |
Gets the Failed. |
| NotSpecified |
Gets the NotSpecified. |
| Succeeded |
Gets the Succeeded. |
| Updating |
Gets the Updating. |
Methods
| Name | Description |
|---|---|
| Equals(NginxProvisioningState) |
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(NginxProvisioningState, NginxProvisioningState) |
Determines if two NginxProvisioningState values are the same. |
| Implicit(String to NginxProvisioningState) |
Converts a string to a NginxProvisioningState. |
| Implicit(String to Nullable<NginxProvisioningState>) | |
| Inequality(NginxProvisioningState, NginxProvisioningState) |
Determines if two NginxProvisioningState values are not the same. |