PlatformUpdateParameters 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
PlatformUpdateParameters() |
Initializes a new instance of the PlatformUpdateParameters class. |
PlatformUpdateParameters(String, String, String) |
Initializes a new instance of the PlatformUpdateParameters class. |
PlatformUpdateParameters()
Initializes a new instance of the PlatformUpdateParameters class.
public PlatformUpdateParameters ();
Public Sub New ()
Applies to
PlatformUpdateParameters(String, String, String)
Initializes a new instance of the PlatformUpdateParameters class.
public PlatformUpdateParameters (string os = default, string architecture = default, string variant = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.PlatformUpdateParameters : string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.PlatformUpdateParameters
Public Sub New (Optional os As String = Nothing, 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
Azure SDK for .NET