Platform Constructors
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.
Overloads
Platform() | |
Platform(String, String, String, IList<String>, String, IList<String>) |
Platform()
Platform(String, String, String, IList<String>, String, IList<String>)
- Source:
- Platform.cs
public Platform (string architecture = default, string os = default, string osversion = default, System.Collections.Generic.IList<string> osfeatures = default, string variant = default, System.Collections.Generic.IList<string> features = default);
new Microsoft.Azure.ContainerRegistry.Models.Platform : string * string * string * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.ContainerRegistry.Models.Platform
Public Sub New (Optional architecture As String = Nothing, Optional os As String = Nothing, Optional osversion As String = Nothing, Optional osfeatures As IList(Of String) = Nothing, Optional variant As String = Nothing, Optional features As IList(Of String) = Nothing)
Parameters
- architecture
- String
- os
- String
- osversion
- String
- variant
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET