LabUserInvitationState Enum
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 lab user invitation state.
public enum LabUserInvitationState
type LabUserInvitationState =
Public Enum LabUserInvitationState
- Inheritance
-
LabUserInvitationState
Fields
Name | Value | Description |
---|---|---|
NotSent | 0 | The invitation has not been sent. |
Sending | 1 | Currently sending the invitation. |
Sent | 2 | The invitation has been successfully sent. |
Failed | 3 | There was an error while sending the invitation. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET