Compartir a través de


Platform Constructores

Definición

Sobrecargas

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

Platform()

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

Se aplica a

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)

Parámetros

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

Se aplica a