PlatformUpdateParameters Class
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.
The properties for updating the platform configuration.
public class PlatformUpdateParameters
type PlatformUpdateParameters = class
Public Class PlatformUpdateParameters
- Inheritance
-
PlatformUpdateParameters
Constructors
PlatformUpdateParameters() |
Initializes a new instance of the PlatformUpdateParameters class. |
PlatformUpdateParameters(String, String, String) |
Initializes a new instance of the PlatformUpdateParameters class. |
Properties
Architecture |
Gets or sets the OS architecture. Possible values include: 'amd64', 'x86', '386', 'arm', 'arm64' |
Os |
Gets or sets the operating system type required for the run. Possible values include: 'Windows', 'Linux' |
Variant |
Gets or sets variant of the CPU. Possible values include: 'v6', 'v7', 'v8' |
Applies to
Azure SDK for .NET