Share via


SapVirtualInstanceState Struct

Definition

Defines the Virtual Instance for SAP state.

public readonly struct SapVirtualInstanceState : IEquatable<Azure.ResourceManager.WorkloadsSapVirtualInstance.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
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

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.

Applies to