SetAzServiceFabricManagedClusterApplication.UpgradeReplicaSetCheckTimeoutSec 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.
[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
- Attributes