IHealthError.CustomerResolvability 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.
Value indicating whether the health error is customer resolvable.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "Allowed", "NotAllowed" })]
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="Value indicating whether the health error is customer resolvable.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customerResolvability", Update=true)]
public string CustomerResolvability { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "Allowed", "NotAllowed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="Value indicating whether the health error is customer resolvable.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="customerResolvability", Update=true)>]
member this.CustomerResolvability : string with get, set
Public Property CustomerResolvability As String
Property Value
- Attributes