IA2AReplicationDetails.AutoAgentUpgradeRetryCount 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.
auto agent upgrade retry count.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="auto agent upgrade retry count.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="autoAgentUpgradeRetryCount")]
public long? AutoAgentUpgradeRetryCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="auto agent upgrade retry count.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="autoAgentUpgradeRetryCount")>]
member this.AutoAgentUpgradeRetryCount : Nullable<int64> with get, set
Public Property AutoAgentUpgradeRetryCount As Nullable(Of Long)
Property Value
- Attributes