ArmStorageCacheModelFactory.AmlFileSystemHealth Method
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.
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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET