FilesListResult 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.
Object that represents a collection of File resources.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.FilesListResultTypeConverter))]
public class FilesListResult : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IFilesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.FilesListResultTypeConverter))>]
type FilesListResult = class
interface IFilesListResult
interface IJsonSerializable
Public Class FilesListResult
Implements IFilesListResult
- Inheritance
-
FilesListResult
- Attributes
- Implements
Constructors
FilesListResult() |
Creates an new FilesListResult instance. |
Properties
NextLink |
The URI to fetch the next page of File resources. |
Value |
List of File resources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FilesListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FilesListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IFilesListResult. |
FromJsonString(String) |
Creates a new instance of FilesListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FilesListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |