次の方法で共有


IGatewayOperationDetails Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to