Delen via


StackMajorVersion Constructors

Definitie

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).

isDefault
Nullable<Boolean>

<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.

applicationInsights
Nullable<Boolean>

<code>true</code> als dit Application Insights ondersteunt; <anders code>false</code>.

isPreview
Nullable<Boolean>

<code>true</code> als deze stack zich in preview bevindt, anders <code>false</code>.

isDeprecated
Nullable<Boolean>

<code>true</code> als deze stack is afgeschaft, anders <code>false</code>.

isHidden
Nullable<Boolean>

<code>true</code> als deze stack moet worden verborgen voor nieuwe klanten in de portal, anders <code>false</code>.

Van toepassing op