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.
public readonly struct SapVirtualInstanceState : IEquatable<Azure.ResourceManager.Workloads.Models.SapVirtualInstanceState>
type SapVirtualInstanceState = struct
Public Structure SapVirtualInstanceState
Implements IEquatable(Of SapVirtualInstanceState)
- Inheritance
-
SapVirtualInstanceState
- Implements
Constructors
| Name | Description |
|---|---|
| SapVirtualInstanceState(String) |
Initializes a new instance of SapVirtualInstanceState. |
Properties
| Name | Description |
|---|---|
| DiscoveryFailed |
DiscoveryFailed. |
| DiscoveryInProgress |
DiscoveryInProgress. |
| DiscoveryPending |
DiscoveryPending. |
| InfrastructureDeploymentFailed |
InfrastructureDeploymentFailed. |
| InfrastructureDeploymentInProgress |
InfrastructureDeploymentInProgress. |
| InfrastructureDeploymentPending |
InfrastructureDeploymentPending. |
| RegistrationComplete |
RegistrationComplete. |
| SoftwareDetectionFailed |
SoftwareDetectionFailed. |
| SoftwareDetectionInProgress |
SoftwareDetectionInProgress. |
| SoftwareInstallationFailed |
SoftwareInstallationFailed. |
| SoftwareInstallationInProgress |
SoftwareInstallationInProgress. |
| SoftwareInstallationPending |
SoftwareInstallationPending. |
Methods
| Name | Description |
|---|---|
| Equals(SapVirtualInstanceState) |
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(SapVirtualInstanceState, SapVirtualInstanceState) |
Determines if two SapVirtualInstanceState values are the same. |
| Implicit(String to SapVirtualInstanceState) |
Converts a string to a SapVirtualInstanceState. |
| Inequality(SapVirtualInstanceState, SapVirtualInstanceState) |
Determines if two SapVirtualInstanceState values are not the same. |