NotificationHubsPrivateEndpointConnectionProvisioningState 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.
State of Private Endpoint Connection.
public readonly struct NotificationHubsPrivateEndpointConnectionProvisioningState : IEquatable<Azure.ResourceManager.NotificationHubs.Models.NotificationHubsPrivateEndpointConnectionProvisioningState>
type NotificationHubsPrivateEndpointConnectionProvisioningState = struct
Public Structure NotificationHubsPrivateEndpointConnectionProvisioningState
Implements IEquatable(Of NotificationHubsPrivateEndpointConnectionProvisioningState)
- Inheritance
-
NotificationHubsPrivateEndpointConnectionProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| NotificationHubsPrivateEndpointConnectionProvisioningState(String) |
Initializes a new instance of NotificationHubsPrivateEndpointConnectionProvisioningState. |
Properties
| Name | Description |
|---|---|
| Creating |
Gets the Creating. |
| Deleted |
Gets the Deleted. |
| Deleting |
Gets the Deleting. |
| DeletingByProxy |
Gets the DeletingByProxy. |
| Succeeded |
Gets the Succeeded. |
| Unknown |
Gets the Unknown. |
| Updating |
Gets the Updating. |
| UpdatingByProxy |
Gets the UpdatingByProxy. |
Methods
| Name | Description |
|---|---|
| Equals(NotificationHubsPrivateEndpointConnectionProvisioningState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |