ArmAppServiceModelFactory.WebAppMajorVersion 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 WebAppMajorVersion.
public static Azure.ResourceManager.AppService.Models.WebAppMajorVersion WebAppMajorVersion (string displayText = default, string value = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.WebAppMinorVersion> minorVersions = default);
static member WebAppMajorVersion : string * string * seq<Azure.ResourceManager.AppService.Models.WebAppMinorVersion> -> Azure.ResourceManager.AppService.Models.WebAppMajorVersion
Public Shared Function WebAppMajorVersion (Optional displayText As String = Nothing, Optional value As String = Nothing, Optional minorVersions As IEnumerable(Of WebAppMinorVersion) = Nothing) As WebAppMajorVersion
Parameters
- displayText
- String
Web App stack major version (display only).
- value
- String
Web App stack major version name.
- minorVersions
- IEnumerable<WebAppMinorVersion>
Minor versions associated with the major version.
Returns
A new WebAppMajorVersion instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET