Dela via


PlatformProperties Constructors

Definition

Overloads

PlatformProperties()

Initializes a new instance of the PlatformProperties class.

PlatformProperties(String, String, String)

Initializes a new instance of the PlatformProperties class.

PlatformProperties()

Initializes a new instance of the PlatformProperties class.

public PlatformProperties ();
Public Sub New ()

Applies to

PlatformProperties(String, String, String)

Initializes a new instance of the PlatformProperties class.

public PlatformProperties (string os, string architecture = default, string variant = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.PlatformProperties : string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.PlatformProperties
Public Sub New (os As String, Optional architecture As String = Nothing, Optional variant As String = Nothing)

Parameters

os
String

The operating system type required for the run. Possible values include: 'Windows', 'Linux'

architecture
String

The OS architecture. Possible values include: 'amd64', 'x86', 'arm'

variant
String

Variant of the CPU. Possible values include: 'v6', 'v7', 'v8'

Applies to