다음을 통해 공유


TransferAllDetails Class

Definition

Details to transfer all data.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransferAllDetailsTypeConverter))]
public class TransferAllDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransferAllDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransferAllDetailsTypeConverter))>]
type TransferAllDetails = class
    interface ITransferAllDetails
    interface IJsonSerializable
Public Class TransferAllDetails
Implements ITransferAllDetails
Inheritance
TransferAllDetails
Attributes
Implements

Constructors

TransferAllDetails()

Creates an new TransferAllDetails instance.

Properties

DataAccountType

Type of the account of data

TransferAllBlob

To indicate if all Azure blobs have to be transferred

TransferAllFile

To indicate if all Azure Files have to be transferred

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TransferAllDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TransferAllDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ITransferAllDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TransferAllDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to