AmlFilesystemCheckSubnetError 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.
The error details provided when the checkAmlFSSubnets call fails.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemCheckSubnetErrorTypeConverter))]
public class AmlFilesystemCheckSubnetError : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemCheckSubnetError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AmlFilesystemCheckSubnetErrorTypeConverter))>]
type AmlFilesystemCheckSubnetError = class
interface IAmlFilesystemCheckSubnetError
interface IJsonSerializable
Public Class AmlFilesystemCheckSubnetError
Implements IAmlFilesystemCheckSubnetError
- Inheritance
-
AmlFilesystemCheckSubnetError
- Attributes
- Implements
Constructors
AmlFilesystemCheckSubnetError() |
Creates an new AmlFilesystemCheckSubnetError instance. |
Properties
FilesystemSubnetMessage |
The details of the AML file system subnet check. |
FilesystemSubnetStatus |
The status of the AML file system subnet check. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AmlFilesystemCheckSubnetError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AmlFilesystemCheckSubnetError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAmlFilesystemCheckSubnetError. |
FromJsonString(String) |
Creates a new instance of AmlFilesystemCheckSubnetError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AmlFilesystemCheckSubnetError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |