PlatformProperties 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
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.Models.PlatformProperties : string * string * string -> Microsoft.Azure.Management.ContainerRegistry.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', '386', 'arm', 'arm64'
- variant
- String
Variant of the CPU. Possible values include: 'v6', 'v7', 'v8'