Share via


AddVCenterRequestProperties Class

Definition

The properties of an add vCenter request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.AddVCenterRequestPropertiesTypeConverter))]
public class AddVCenterRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IAddVCenterRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.AddVCenterRequestPropertiesTypeConverter))>]
type AddVCenterRequestProperties = class
    interface IAddVCenterRequestProperties
    interface IJsonSerializable
Public Class AddVCenterRequestProperties
Implements IAddVCenterRequestProperties
Inheritance
AddVCenterRequestProperties
Attributes
Implements

Constructors

AddVCenterRequestProperties()

Creates an new AddVCenterRequestProperties instance.

Properties

FriendlyName

The friendly name of the vCenter.

IPAddress

The IP address of the vCenter to be discovered.

Port

The port number for discovery.

ProcessServerId

The process server Id from where the discovery is orchestrated.

RunAsAccountId

The account Id which has privileges to discover the vCenter.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AddVCenterRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AddVCenterRequestProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IAddVCenterRequestProperties.

FromJsonString(String)

Creates a new instance of AddVCenterRequestProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AddVCenterRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to