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
SapVirtualInstanceState(String) |
Initializes a new instance of SapVirtualInstanceState. |
Properties
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
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
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. |
Applies to
Azure SDK for .NET