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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET