DeviceUpdatePrivateEndpointConnectionProxyProvisioningState Struct

Definition

The current provisioning state.

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

Constructors

DeviceUpdatePrivateEndpointConnectionProxyProvisioningState(String)

Initializes a new instance of DeviceUpdatePrivateEndpointConnectionProxyProvisioningState.

Properties

Creating

Creating.

Deleting

Deleting.

Failed

Failed.

Succeeded

Succeeded.

Methods

Equals(DeviceUpdatePrivateEndpointConnectionProxyProvisioningState)

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

Determines if two DeviceUpdatePrivateEndpointConnectionProxyProvisioningState values are the same.

Implicit(String to DeviceUpdatePrivateEndpointConnectionProxyProvisioningState)

Converts a string to a DeviceUpdatePrivateEndpointConnectionProxyProvisioningState.

Inequality(DeviceUpdatePrivateEndpointConnectionProxyProvisioningState, DeviceUpdatePrivateEndpointConnectionProxyProvisioningState)

Determines if two DeviceUpdatePrivateEndpointConnectionProxyProvisioningState values are not the same.

Applies to