AppResourceProvisioningState 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 of the App
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.AppResourceProvisioningStateTypeConverter))]
public struct AppResourceProvisioningState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.AppResourceProvisioningState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.AppResourceProvisioningStateTypeConverter))>]
type AppResourceProvisioningState = struct
interface IArgumentCompleter
Public Structure AppResourceProvisioningState
Implements IArgumentCompleter, IEquatable(Of AppResourceProvisioningState)
- Inheritance
-
AppResourceProvisioningState
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Creating | |
| Deleting | |
| Failed | |
| Succeeded | |
| Updating | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(AppResourceProvisioningState) |
Compares values of enum type AppResourceProvisioningState |
| Equals(Object) |
Compares values of enum type AppResourceProvisioningState (override for Object) |
| GetHashCode() |
Returns hashCode for enum AppResourceProvisioningState |
| ToString() |
Returns string representation for AppResourceProvisioningState |
Operators
| Name | Description |
|---|---|
| Equality(AppResourceProvisioningState, AppResourceProvisioningState) |
Overriding == operator for enum AppResourceProvisioningState |
| Implicit(AppResourceProvisioningState to String) |
Implicit operator to convert AppResourceProvisioningState to string |
| Implicit(String to AppResourceProvisioningState) |
Implicit operator to convert string to AppResourceProvisioningState |
| Inequality(AppResourceProvisioningState, AppResourceProvisioningState) |
Overriding != operator for enum AppResourceProvisioningState |