你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdateVCenterRequest Class

Definition

Input required to update vCenter.

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

Constructors

UpdateVCenterRequest()

Creates an new UpdateVCenterRequest 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 update can be orchestrated.

RunAsAccountId

The CS account Id which has privileges to update the vCenter.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateVCenterRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateVCenterRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateVCenterRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to