IUserFacingError.IsRetryable Property

Definition

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

Applies to