ConfigParameterOverride Constructor
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.
Constructor for ConfigParameterOverride
public ConfigParameterOverride (string sectionName, string parameterName, string parameterValue, TimeSpan? timeout = default, bool persistAcrossUpgrade = false);
new System.Fabric.Description.ConfigParameterOverride : string * string * string * Nullable<TimeSpan> * bool -> System.Fabric.Description.ConfigParameterOverride
Public Sub New (sectionName As String, parameterName As String, parameterValue As String, Optional timeout As Nullable(Of TimeSpan) = Nothing, Optional persistAcrossUpgrade As Boolean = false)
Parameters
- sectionName
- String
Section override name
- parameterName
- String
Parameter override name
- parameterValue
- String
Value of override
Time until override is considered as valid - Maximum: 7 days - Default: 1 day
- persistAcrossUpgrade
- Boolean
Indicates whether override will be removed on upgrade or will still be considered as valid
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET