PlatformProperties 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 platform properties against which the run has to happen.
public class PlatformProperties
type PlatformProperties = class
Public Class PlatformProperties
- Inheritance
-
PlatformProperties
Constructors
PlatformProperties() |
Initializes a new instance of the PlatformProperties class. |
PlatformProperties(String, String, String) |
Initializes a new instance of the PlatformProperties class. |
Properties
Architecture |
Gets or sets the OS architecture. Possible values include: 'amd64', 'x86', 'arm' |
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' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET