次の方法で共有


Platform コンストラクター

定義

オーバーロード

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

Platform()

ソース:
Platform.cs
public Platform ();
Public Sub New ()

適用対象

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

ソース:
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)

パラメーター

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

適用対象