Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 3.33 KB

ne-clusapi-maintenance_mode_type_enum.md

File metadata and controls

83 lines (64 loc) · 3.33 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:clusapi._MAINTENANCE_MODE_TYPE_ENUM
MAINTENANCE_MODE_TYPE_ENUM (clusapi.h)
Defines the possible states that a storage class resource can be placed in when marked for maintenance.
*PMAINTENANCE_MODE_TYPE_ENUM
MAINTENANCE_MODE_TYPE_ENUM
MAINTENANCE_MODE_TYPE_ENUM enumeration [Failover Cluster]
MaintenanceModeTypeDisableIsAliveCheck
MaintenanceModeTypeOfflineResource
MaintenanceModeTypeUnclusterResource
PMAINTENANCE_MODE_TYPE_ENUM
PMAINTENANCE_MODE_TYPE_ENUM enumeration pointer [Failover Cluster]
clusapi/MAINTENANCE_MODE_TYPE_ENUM
clusapi/MaintenanceModeTypeDisableIsAliveCheck
clusapi/MaintenanceModeTypeOfflineResource
clusapi/MaintenanceModeTypeUnclusterResource
clusapi/PMAINTENANCE_MODE_TYPE_ENUM
mscs.maintenance_mode_type_enum
mscs\maintenance_mode_type_enum.htm
MsCS
b71f6a3b-4c9d-49f9-b60f-ee4c4fb6b169
12/05/2018
*PMAINTENANCE_MODE_TYPE_ENUM, MAINTENANCE_MODE_TYPE_ENUM, MAINTENANCE_MODE_TYPE_ENUM enumeration [Failover Cluster], MaintenanceModeTypeDisableIsAliveCheck, MaintenanceModeTypeOfflineResource, MaintenanceModeTypeUnclusterResource, PMAINTENANCE_MODE_TYPE_ENUM, PMAINTENANCE_MODE_TYPE_ENUM enumeration pointer [Failover Cluster], clusapi/MAINTENANCE_MODE_TYPE_ENUM, clusapi/MaintenanceModeTypeDisableIsAliveCheck, clusapi/MaintenanceModeTypeOfflineResource, clusapi/MaintenanceModeTypeUnclusterResource, clusapi/PMAINTENANCE_MODE_TYPE_ENUM, mscs.maintenance_mode_type_enum
clusapi.h
Windows
None supported
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Windows
MAINTENANCE_MODE_TYPE_ENUM, *PMAINTENANCE_MODE_TYPE_ENUM
19H1
_MAINTENANCE_MODE_TYPE_ENUM
clusapi/_MAINTENANCE_MODE_TYPE_ENUM
PMAINTENANCE_MODE_TYPE_ENUM
clusapi/PMAINTENANCE_MODE_TYPE_ENUM
MAINTENANCE_MODE_TYPE_ENUM
clusapi/MAINTENANCE_MODE_TYPE_ENUM
c++
APIRef
kbSyntax
HeaderDef
ClusAPI.h
MAINTENANCE_MODE_TYPE_ENUM

MAINTENANCE_MODE_TYPE_ENUM enumeration

-description

Defines the possible states that a storage class resource can be placed in when marked for maintenance.

-enum-fields

-field MaintenanceModeTypeDisableIsAliveCheck:1

Indicates that the server is ignoring the result of the resource's health check.

-field MaintenanceModeTypeOfflineResource:2

Indicates that the server has internally performed the operations to bring the storage resource to the ClusterResourceOffline state without changing the client visible state of the resource.

-field MaintenanceModeTypeUnclusterResource:3

Indicates the server has released ownership of the storage resource.

-see-also

CLUS_MAINTENANCE_MODE_INFOEX

Failover Cluster Enumerations

MaintenanceMode