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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.PlatformUpdateParametersTypeConverter))]
public class PlatformUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IPlatformUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.PlatformUpdateParametersTypeConverter))>]
type PlatformUpdateParameters = class
interface IPlatformUpdateParameters
interface IJsonSerializable
Public Class PlatformUpdateParameters
Implements IPlatformUpdateParameters
- Inheritance
-
PlatformUpdateParameters
- Attributes
- Implements
Constructors
PlatformUpdateParameters() |
Creates an new PlatformUpdateParameters instance. |
Properties
Architecture |
The OS architecture. |
OS |
The operating system type required for the run. |
Variant |
Variant of the CPU. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PlatformUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PlatformUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IPlatformUpdateParameters. |
FromJsonString(String) |
Creates a new instance of PlatformUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PlatformUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |