Share via


ArmStorageCacheModelFactory.AmlFileSystemHealth Method

Definition

Initializes a new instance of AmlFileSystemHealth.

public static Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealth AmlFileSystemHealth (Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType? state = default, string statusCode = default, string statusDescription = default);
static member AmlFileSystemHealth : Nullable<Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealthStateType> * string * string -> Azure.ResourceManager.StorageCache.Models.AmlFileSystemHealth
Public Shared Function AmlFileSystemHealth (Optional state As Nullable(Of AmlFileSystemHealthStateType) = Nothing, Optional statusCode As String = Nothing, Optional statusDescription As String = Nothing) As AmlFileSystemHealth

Parameters

state
Nullable<AmlFileSystemHealthStateType>

List of AML file system health states.

statusCode
String

Server-defined error code for the AML file system health.

statusDescription
String

Describes the health state.

Returns

A new AmlFileSystemHealth instance for mocking.

Applies to