IUserFacingError.IsRetryable Property

Definition

Whether the operation will be retryable or not

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

Property Value

Attributes

Applies to