DeviceProvisioningServicesState Struct

Definition

Current state of the provisioning service.

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

Constructors

Name Description
DeviceProvisioningServicesState(String)

Initializes a new instance of DeviceProvisioningServicesState.

Properties

Name Description
Activating

Gets the Activating.

ActivationFailed

Gets the ActivationFailed.

Active

Gets the Active.

Deleted

Gets the Deleted.

Deleting

Gets the Deleting.

DeletionFailed

Gets the DeletionFailed.

FailingOver

Gets the FailingOver.

FailoverFailed

Gets the FailoverFailed.

Resuming

Gets the Resuming.

Suspended

Gets the Suspended.

Suspending

Gets the Suspending.

Transitioning

Gets the Transitioning.

Methods

Name Description
Equals(DeviceProvisioningServicesState)

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

Determines if two DeviceProvisioningServicesState values are the same.

Implicit(String to DeviceProvisioningServicesState)

Converts a string to a DeviceProvisioningServicesState.

Implicit(String to Nullable<DeviceProvisioningServicesState>)
Inequality(DeviceProvisioningServicesState, DeviceProvisioningServicesState)

Determines if two DeviceProvisioningServicesState values are not the same.

Applies to