你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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