StackMajorVersion Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
StackMajorVersion() |
Initialiseert een nieuw exemplaar van de klasse StackMajorVersion. |
StackMajorVersion(String, String, Nullable<Boolean>, IList<StackMinorVersion>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initialiseert een nieuw exemplaar van de klasse StackMajorVersion. |
StackMajorVersion()
Initialiseert een nieuw exemplaar van de klasse StackMajorVersion.
public StackMajorVersion ();
Public Sub New ()
Van toepassing op
StackMajorVersion(String, String, Nullable<Boolean>, IList<StackMinorVersion>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
Initialiseert een nieuw exemplaar van de klasse StackMajorVersion.
public StackMajorVersion (string displayVersion = default, string runtimeVersion = default, bool? isDefault = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StackMinorVersion> minorVersions = default, bool? applicationInsights = default, bool? isPreview = default, bool? isDeprecated = default, bool? isHidden = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.StackMajorVersion : string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StackMinorVersion> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.StackMajorVersion
Public Sub New (Optional displayVersion As String = Nothing, Optional runtimeVersion As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional minorVersions As IList(Of StackMinorVersion) = Nothing, Optional applicationInsights As Nullable(Of Boolean) = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing, Optional isDeprecated As Nullable(Of Boolean) = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing)
Parameters
- displayVersion
- String
Primaire versie van toepassingsstack (alleen weergeven).
- runtimeVersion
- String
Primaire versie van toepassingsstack (alleen runtime).
<code>true</code> als dit de standaard primaire versie is; <anders code>false</code>.
- minorVersions
- IList<StackMinorVersion>
Secundaire versies die zijn gekoppeld aan de primaire versie.
<code>true</code> als dit Application Insights ondersteunt; <anders code>false</code>.
<code>true</code> als deze stack zich in preview bevindt, anders <code>false</code>.
<code>true</code> als deze stack is afgeschaft, anders <code>false</code>.
<code>true</code> als deze stack moet worden verborgen voor nieuwe klanten in de portal, anders <code>false</code>.
Van toepassing op
Azure SDK for .NET