IDevBoxActionDelayResult.Result Property
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 result of the delay operation on this action.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The result of the delay operation on this action.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionDelayResultStatus) }, ReadOnly=false, Required=true, SerializedName="result")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionDelayResultStatus Result { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="The result of the delay operation on this action.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionDelayResultStatus) }, ReadOnly=false, Required=true, SerializedName="result")>]
member this.Result : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.DevBoxActionDelayResultStatus with get, set
Public Property Result As DevBoxActionDelayResultStatus
Property Value
- Attributes