SapVirtualInstanceState 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.
Defines the Virtual Instance for SAP state.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapVirtualInstanceStateTypeConverter))]
public struct SapVirtualInstanceState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapVirtualInstanceState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapVirtualInstanceStateTypeConverter))>]
type SapVirtualInstanceState = struct
interface IArgumentCompleter
Public Structure SapVirtualInstanceState
Implements IArgumentCompleter, IEquatable(Of SapVirtualInstanceState)
- Inheritance
-
SapVirtualInstanceState
- Attributes
- Implements
Fields
AcssInstallationBlocked |
ACSS installation cannot proceed. |
DiscoveryFailed |
Registration has failed. |
DiscoveryInProgress |
Registration is in progress. |
DiscoveryPending |
Registration has not started. |
InfrastructureDeploymentFailed |
Infrastructure deployment has failed. |
InfrastructureDeploymentInProgress |
Infrastructure deployment is in progress. |
InfrastructureDeploymentPending |
Infrastructure is not yet deployed. |
RegistrationComplete |
Registration is complete. |
SoftwareDetectionFailed |
Software detection failed. |
SoftwareDetectionInProgress |
Software detection is in progress. |
SoftwareInstallationFailed |
Software installation failed. |
SoftwareInstallationInProgress |
Software installation is in progress. |
SoftwareInstallationPending |
Infrastructure deployment is successful. Software installation is pending. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SapVirtualInstanceState (override for Object) |
Equals(SapVirtualInstanceState) |
Compares values of enum type SapVirtualInstanceState |
GetHashCode() |
Returns hashCode for enum SapVirtualInstanceState |
ToString() |
Returns string representation for SapVirtualInstanceState |
Operators
Equality(SapVirtualInstanceState, SapVirtualInstanceState) |
Overriding == operator for enum SapVirtualInstanceState |
Implicit(SapVirtualInstanceState to String) |
Implicit operator to convert SapVirtualInstanceState to string |
Implicit(String to SapVirtualInstanceState) |
Implicit operator to convert string to SapVirtualInstanceState |
Inequality(SapVirtualInstanceState, SapVirtualInstanceState) |
Overriding != operator for enum SapVirtualInstanceState |