Freigeben über


ArmAppServiceModelFactory.WebAppStack Methode

Definition

Initialisiert eine neue instance von WebAppStack.

public static Azure.ResourceManager.AppService.Models.WebAppStack WebAppStack (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, string displayText = default, string value = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.WebAppMajorVersion> majorVersions = default, Azure.ResourceManager.AppService.Models.StackPreferredOS? preferredOS = default, string kind = default);
static member WebAppStack : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * string * string * seq<Azure.ResourceManager.AppService.Models.WebAppMajorVersion> * Nullable<Azure.ResourceManager.AppService.Models.StackPreferredOS> * string -> Azure.ResourceManager.AppService.Models.WebAppStack
Public Shared Function WebAppStack (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional displayText As String = Nothing, Optional value As String = Nothing, Optional majorVersions As IEnumerable(Of WebAppMajorVersion) = Nothing, Optional preferredOS As Nullable(Of StackPreferredOS) = Nothing, Optional kind As String = Nothing) As WebAppStack

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

location
Nullable<AzureLocation>

Speicherort des Web-App-Stapels.

displayText
String

Web-App-Stapel (nur anzeigen).

value
String

Name des Web-App-Stapels.

majorVersions
IEnumerable<WebAppMajorVersion>

Liste der verfügbaren Hauptversionen.

preferredOS
Nullable<StackPreferredOS>

Web-App-Stapel bevorzugtes Betriebssystem.

kind
String

Art der Ressource.

Gibt zurück

Eine neue WebAppStack instance zum Simulieren.

Gilt für: