SystemCenter 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.
SystemCenter in the guest virtual machine.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SystemCenterTypeConverter))]
public class SystemCenter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.SystemCenterTypeConverter))>]
type SystemCenter = class
interface ISystemCenter
interface IJsonSerializable
Public Class SystemCenter
Implements ISystemCenter
- Inheritance
-
SystemCenter
- Attributes
- Implements
Constructors
SystemCenter() |
Creates an new SystemCenter instance. |
Properties
ProductName |
ProductName of the SystemCenter. |
Status |
Status of the SystemCenter. |
Version |
Version of the SystemCenter. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SystemCenter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SystemCenter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ISystemCenter. |
FromJsonString(String) |
Creates a new instance of SystemCenter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SystemCenter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |