Share via


SapLandscapeMonitorProvisioningState Struct

Definition

State of provisioning of the SAP monitor.

public readonly struct SapLandscapeMonitorProvisioningState : IEquatable<Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorProvisioningState>
type SapLandscapeMonitorProvisioningState = struct
Public Structure SapLandscapeMonitorProvisioningState
Implements IEquatable(Of SapLandscapeMonitorProvisioningState)
Inheritance
SapLandscapeMonitorProvisioningState
Implements

Constructors

SapLandscapeMonitorProvisioningState(String)

Initializes a new instance of SapLandscapeMonitorProvisioningState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Created

Created.

Failed

Failed.

Succeeded

Succeeded.

Methods

Equals(SapLandscapeMonitorProvisioningState)

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(SapLandscapeMonitorProvisioningState, SapLandscapeMonitorProvisioningState)

Determines if two SapLandscapeMonitorProvisioningState values are the same.

Implicit(String to SapLandscapeMonitorProvisioningState)

Converts a string to a SapLandscapeMonitorProvisioningState.

Inequality(SapLandscapeMonitorProvisioningState, SapLandscapeMonitorProvisioningState)

Determines if two SapLandscapeMonitorProvisioningState values are not the same.

Applies to