CustomizationTaskStatus 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 customization task.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.CustomizationTaskStatusTypeConverter))]
public struct CustomizationTaskStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.CustomizationTaskStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.CustomizationTaskStatusTypeConverter))>]
type CustomizationTaskStatus = struct
interface IArgumentCompleter
Public Structure CustomizationTaskStatus
Implements IArgumentCompleter, IEquatable(Of CustomizationTaskStatus)
- Inheritance
-
CustomizationTaskStatus
- Attributes
- Implements
Fields
Failed |
The task failed to execute. |
FailedValidation |
The task reference is not valid. |
NotStarted |
The task has not yet started. |
Running |
The task is currently executing. |
Skipped |
he task was skipped. |
Succeeded |
The task successfully executed. |
TimedOut |
The task timed out. |
WaitingForUserInputUac |
The task is awaiting the User Account Control (UAC) prompt to be approved. (See more at: https://learn.microsoft.com/windows/security/application-security/application-control/user-account-control/) |
WaitingForUserSession |
The task is awaiting the user to connect to the Dev Box to execute. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(CustomizationTaskStatus) |
Compares values of enum type CustomizationTaskStatus |
Equals(Object) |
Compares values of enum type CustomizationTaskStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum CustomizationTaskStatus |
ToString() |
Returns string representation for CustomizationTaskStatus |
Operators
Equality(CustomizationTaskStatus, CustomizationTaskStatus) |
Overriding == operator for enum CustomizationTaskStatus |
Implicit(CustomizationTaskStatus to String) |
Implicit operator to convert CustomizationTaskStatus to string |
Implicit(String to CustomizationTaskStatus) |
Implicit operator to convert string to CustomizationTaskStatus |
Inequality(CustomizationTaskStatus, CustomizationTaskStatus) |
Overriding != operator for enum CustomizationTaskStatus |