SetAzServiceFabricManagedClusterApplication.UpgradeReplicaSetCheckTimeoutSec Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Specifies the maximum time that Service Fabric waits for a service to reconfigure into a safe state, if not already in a safe state, before Service Fabric proceeds with the upgrade.", Mandatory=false, ParameterSetName="ByResourceGroup")]
[System.Management.Automation.Parameter(HelpMessage="Specifies the maximum time that Service Fabric waits for a service to reconfigure into a safe state, if not already in a safe state, before Service Fabric proceeds with the upgrade.", Mandatory=false, ParameterSetName="ByResourceId")]
[System.Management.Automation.Parameter(HelpMessage="Specifies the maximum time that Service Fabric waits for a service to reconfigure into a safe state, if not already in a safe state, before Service Fabric proceeds with the upgrade.", Mandatory=false, ParameterSetName="ByInputObject")]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int UpgradeReplicaSetCheckTimeoutSec { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Specifies the maximum time that Service Fabric waits for a service to reconfigure into a safe state, if not already in a safe state, before Service Fabric proceeds with the upgrade.", Mandatory=false, ParameterSetName="ByResourceGroup")>]
[<System.Management.Automation.Parameter(HelpMessage="Specifies the maximum time that Service Fabric waits for a service to reconfigure into a safe state, if not already in a safe state, before Service Fabric proceeds with the upgrade.", Mandatory=false, ParameterSetName="ByResourceId")>]
[<System.Management.Automation.Parameter(HelpMessage="Specifies the maximum time that Service Fabric waits for a service to reconfigure into a safe state, if not already in a safe state, before Service Fabric proceeds with the upgrade.", Mandatory=false, ParameterSetName="ByInputObject")>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.UpgradeReplicaSetCheckTimeoutSec : int with get, set
Public Property UpgradeReplicaSetCheckTimeoutSec As Integer

Property Value

Int32
Attributes

Applies to