AzureFileFilterDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filter details to transfer Azure files
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.AzureFileFilterDetailsTypeConverter))]
public class AzureFileFilterDetails : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IAzureFileFilterDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.AzureFileFilterDetailsTypeConverter))>]
type AzureFileFilterDetails = class
interface IAzureFileFilterDetails
interface IJsonSerializable
Public Class AzureFileFilterDetails
Implements IAzureFileFilterDetails
- Inheritance
-
AzureFileFilterDetails
- Attributes
- Implements
Constructors
AzureFileFilterDetails() |
Creates an new AzureFileFilterDetails instance. |
Properties
FilePathList |
List of full path of the files to be transferred. |
FilePrefixList |
Prefix list of the Azure files to be transferred. |
FileShareList |
List of file shares to be transferred. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureFileFilterDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureFileFilterDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IAzureFileFilterDetails. |
FromJsonString(String) |
Creates a new instance of AzureFileFilterDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureFileFilterDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |