PatchExtension Class
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.
The Extension Patch Request object.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PatchExtension
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PatchExtension = class
Public Class PatchExtension
- Inheritance
-
PatchExtension
- Attributes
Constructors
PatchExtension() |
Initializes a new instance of the PatchExtension class. |
PatchExtension(Nullable<Boolean>, String, String, IDictionary<String,String>, IDictionary<String,String>) |
Initializes a new instance of the PatchExtension class. |
Properties
AutoUpgradeMinorVersion |
Gets or sets flag to note if this extension participates in auto upgrade of minor version, or not. |
ConfigurationProtectedSettings |
Gets or sets configuration settings that are sensitive, as name-value pairs for configuring this extension. |
ConfigurationSettings |
Gets or sets configuration settings, as name-value pairs for configuring this extension. |
ReleaseTrain |
Gets or sets releaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'. |
Version |
Gets or sets version of the extension for this extension, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'. |