IMitigateJobRequest.CustomerResolutionCode 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.
Resolution code for the job
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Resolution code for the job", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CustomerResolutionCode) }, ReadOnly=false, Required=false, SerializedName="customerResolutionCode")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CustomerResolutionCode? CustomerResolutionCode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Resolution code for the job", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CustomerResolutionCode) }, ReadOnly=false, Required=false, SerializedName="customerResolutionCode")>]
member this.CustomerResolutionCode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.CustomerResolutionCode> with get, set
Public Property CustomerResolutionCode As Nullable(Of CustomerResolutionCode)
Property Value
- Attributes