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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET