Share via


ITransferConfigurationTransferFilterDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransferConfigurationTransferFilterDetailsTypeConverter))]
public interface ITransferConfigurationTransferFilterDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransferConfigurationTransferFilterDetailsTypeConverter))>]
type ITransferConfigurationTransferFilterDetails = interface
    interface IJsonSerializable
Public Interface ITransferConfigurationTransferFilterDetails
Implements IJsonSerializable
Derived
Attributes
Implements

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.

IncludeDataAccountType

Type of the account of data.

IncludeFilterFileDetail

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to