Udostępnij za pośrednictwem


TransferFilterDetails Class

Definition

Details of the filtering the transfer of data.

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

Constructors

TransferFilterDetails()

Creates an new TransferFilterDetails instance.

Properties

AzureFileFilterDetailFilePathList

List of full path of the files to be transferred.

AzureFileFilterDetailFilePrefixList

Prefix list of the Azure files to be transferred.

AzureFileFilterDetailFileShareList

List of file shares to be transferred.

BlobFilterDetailBlobPathList

List of full path of the blobs to be transferred.

BlobFilterDetailBlobPrefixList

Prefix list of the Azure blobs to be transferred.

BlobFilterDetailContainerList

List of blob containers to be transferred.

DataAccountType

Type of the account of data.

FilterFileDetail

Details of the filter files to be used for data transfer.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TransferFilterDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TransferFilterDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TransferFilterDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to