IAmlFilesystemCheckSubnetError.FilesystemSubnetStatus Property
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 status of the AML file system subnet check.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The status of the AML file system subnet check.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.FilesystemSubnetStatusType) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.FilesystemSubnetStatusType? FilesystemSubnetStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The status of the AML file system subnet check.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.FilesystemSubnetStatusType) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.FilesystemSubnetStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.FilesystemSubnetStatusType> with get, set
Public Property FilesystemSubnetStatus As Nullable(Of FilesystemSubnetStatusType)
Property Value
- Attributes