AmlFilesystemsListResult 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.
Result of the request to list AML file systems. It contains a list of AML file systems and a URL link to get the next set of results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemsListResultTypeConverter))]
public class AmlFilesystemsListResult : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemsListResultTypeConverter))>]
type AmlFilesystemsListResult = class
interface IAmlFilesystemsListResult
interface IJsonSerializable
Public Class AmlFilesystemsListResult
Implements IAmlFilesystemsListResult
- Inheritance
-
AmlFilesystemsListResult
- Attributes
- Implements
Constructors
AmlFilesystemsListResult() |
Creates an new AmlFilesystemsListResult instance. |
Properties
NextLink |
URL to get the next set of AML file system list results, if there are any. |
Value |
List of AML file systems. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AmlFilesystemsListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AmlFilesystemsListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemsListResult. |
FromJsonString(String) |
Creates a new instance of AmlFilesystemsListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AmlFilesystemsListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |