DeviceUpdatePrivateEndpointConnectionProvisioningState 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.
The current provisioning state.
public readonly struct DeviceUpdatePrivateEndpointConnectionProvisioningState : IEquatable<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdatePrivateEndpointConnectionProvisioningState>
type DeviceUpdatePrivateEndpointConnectionProvisioningState = struct
Public Structure DeviceUpdatePrivateEndpointConnectionProvisioningState
Implements IEquatable(Of DeviceUpdatePrivateEndpointConnectionProvisioningState)
- Inheritance
-
DeviceUpdatePrivateEndpointConnectionProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| DeviceUpdatePrivateEndpointConnectionProvisioningState(String) |
Initializes a new instance of DeviceUpdatePrivateEndpointConnectionProvisioningState. |
Properties
| Name | Description |
|---|---|
| Creating |
Creating. |
| Deleting |
Deleting. |
| Failed |
Failed. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(DeviceUpdatePrivateEndpointConnectionProvisioningState) |
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(DeviceUpdatePrivateEndpointConnectionProvisioningState, DeviceUpdatePrivateEndpointConnectionProvisioningState) |
Determines if two DeviceUpdatePrivateEndpointConnectionProvisioningState values are the same. |
| Implicit(String to DeviceUpdatePrivateEndpointConnectionProvisioningState) |
Converts a String to a DeviceUpdatePrivateEndpointConnectionProvisioningState. |
| Inequality(DeviceUpdatePrivateEndpointConnectionProvisioningState, DeviceUpdatePrivateEndpointConnectionProvisioningState) |
Determines if two DeviceUpdatePrivateEndpointConnectionProvisioningState values are not the same. |