SystemCenter Class

Definition

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

Name Description
SystemCenter()

Creates an new SystemCenter instance.

Properties

Name Description
ProductName

ProductName of the SystemCenter.

Status

Status of the SystemCenter.

Version

Version of the SystemCenter.

Methods

Name Description
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.

Applies to