다음을 통해 공유


ITransferFilterDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransferFilterDetailsTypeConverter))]
public interface ITransferFilterDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.TransferFilterDetailsTypeConverter))>]
type ITransferFilterDetails = interface
    interface IJsonSerializable
Public Interface ITransferFilterDetails
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.

DataAccountType

Type of the account of data.

FilterFileDetail

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to