次の方法で共有


GatewayOperationDetails Class

Definition

Details of the gateway operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.GatewayOperationDetailsTypeConverter))]
public class GatewayOperationDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IGatewayOperationDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.GatewayOperationDetailsTypeConverter))>]
type GatewayOperationDetails = class
    interface IGatewayOperationDetails
    interface IJsonSerializable
Public Class GatewayOperationDetails
Implements IGatewayOperationDetails
Inheritance
GatewayOperationDetails
Attributes
Implements

Constructors

GatewayOperationDetails()

Creates an new GatewayOperationDetails instance.

Properties

DataStore

A value indicating the datastore collection.

HostName

A value indicating the ESXi host name.

ProgressPercentage

A value indicating the progress percentage of gateway operation.

State

A value indicating the state of gateway operation.

TimeElapsed

A value indicating the time elapsed for the operation in milliseconds.

TimeRemaining

A value indicating the time remaining for the operation in milliseconds.

UploadSpeed

A value indicating the upload speed in bytes per second.

VmwareReadThroughput

A value indicating the VMware read throughput in bytes per second.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GatewayOperationDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GatewayOperationDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IGatewayOperationDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GatewayOperationDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to