IStateful.MaxAgentLifetime 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.
How long should stateful machines be kept around. The maximum is one week.
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="How long should stateful machines be kept around. The maximum is one week.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="maxAgentLifetime", Update=true)]
public string MaxAgentLifetime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="How long should stateful machines be kept around. The maximum is one week.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="maxAgentLifetime", Update=true)>]
member this.MaxAgentLifetime : string with get, set
Public Property MaxAgentLifetime As String
Property Value
- Attributes