ContactsStatus 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.
Status of a contact.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.ContactsStatusTypeConverter))]
public struct ContactsStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.ContactsStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.ContactsStatusTypeConverter))>]
type ContactsStatus = struct
interface IArgumentCompleter
Public Structure ContactsStatus
Implements IArgumentCompleter, IEquatable(Of ContactsStatus)
- Inheritance
-
ContactsStatus
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Cancelled | |
| Failed | |
| ProviderCancelled | |
| Scheduled | |
| Succeeded | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(ContactsStatus) |
Compares values of enum type ContactsStatus |
| Equals(Object) |
Compares values of enum type ContactsStatus (override for Object) |
| GetHashCode() |
Returns hashCode for enum ContactsStatus |
| ToString() |
Returns string representation for ContactsStatus |
Operators
| Name | Description |
|---|---|
| Equality(ContactsStatus, ContactsStatus) |
Overriding == operator for enum ContactsStatus |
| Implicit(ContactsStatus to String) |
Implicit operator to convert ContactsStatus to string |
| Implicit(String to ContactsStatus) |
Implicit operator to convert string to ContactsStatus |
| Inequality(ContactsStatus, ContactsStatus) |
Overriding != operator for enum ContactsStatus |