IUserFacingError.IsRetryable 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.
Whether the operation will be retryable or not
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Whether the operation will be retryable or not", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isRetryable")]
public bool? IsRetryable { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="Whether the operation will be retryable or not", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isRetryable")>]
member this.IsRetryable : Nullable<bool> with get, set
Public Property IsRetryable As Nullable(Of Boolean)
Property Value
- Attributes