ArmAppServiceModelFactory.WindowsJavaContainerSettings Method
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.
Initializes a new instance of WindowsJavaContainerSettings.
public static Azure.ResourceManager.AppService.Models.WindowsJavaContainerSettings WindowsJavaContainerSettings(string javaContainer = default, string javaContainerVersion = default, bool? isPreview = default, bool? isDeprecated = default, bool? isHidden = default, DateTimeOffset? endOfLifeOn = default, bool? isAutoUpdate = default, bool? isEarlyAccess = default);
static member WindowsJavaContainerSettings : string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.AppService.Models.WindowsJavaContainerSettings
Public Shared Function WindowsJavaContainerSettings (Optional javaContainer As String = Nothing, Optional javaContainerVersion As String = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing, Optional isDeprecated As Nullable(Of Boolean) = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional endOfLifeOn As Nullable(Of DateTimeOffset) = Nothing, Optional isAutoUpdate As Nullable(Of Boolean) = Nothing, Optional isEarlyAccess As Nullable(Of Boolean) = Nothing) As WindowsJavaContainerSettings
Parameters
- javaContainer
- String
Java container (runtime only). Serialized Name: WindowsJavaContainerSettings.javaContainer
- javaContainerVersion
- String
Java container version (runtime only). Serialized Name: WindowsJavaContainerSettings.javaContainerVersion
<code>true</code> if the stack is in preview; otherwise, <code>false</code>. Serialized Name: WindowsJavaContainerSettings.isPreview
<code>true</code> if the stack is deprecated; otherwise, <code>false</code>. Serialized Name: WindowsJavaContainerSettings.isDeprecated
<code>true</code> if the stack should be hidden; otherwise, <code>false</code>. Serialized Name: WindowsJavaContainerSettings.isHidden
- endOfLifeOn
- Nullable<DateTimeOffset>
End-of-life date for the minor version. Serialized Name: WindowsJavaContainerSettings.endOfLifeDate
<code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>. Serialized Name: WindowsJavaContainerSettings.isAutoUpdate
<code>true</code> if the minor version is early-access; otherwise, <code>false</code>. Serialized Name: WindowsJavaContainerSettings.isEarlyAccess
Returns
A new WindowsJavaContainerSettings instance for mocking.