Partilhar via


Platform Construtores

Definição

Sobrecargas

Platform()
Platform(String, String, String, IList<String>, String, IList<String>)

Platform()

Origem:
Platform.cs
public Platform ();
Public Sub New ()

Aplica-se a

Platform(String, String, String, IList<String>, String, IList<String>)

Origem:
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)

Parâmetros

architecture
String
os
String
osversion
String
osfeatures
IList<String>
variant
String
features
IList<String>

Aplica-se a