DataCacheServiceAccountType Enumeration

 

Specifies the type of account that is used to run the AppFabric Caching service.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public enum DataCacheServiceAccountType
public enum class DataCacheServiceAccountType
type DataCacheServiceAccountType
Public Enumeration DataCacheServiceAccountType

Members

Member name Description
DomainAccount

The AppFabric Caching service runs under a domain account on the cache cluster.

SystemAccount

The AppFabric Caching service runs under a built-in system account on the cache cluster. For example, NETWORK SERVICE.

See Also

Microsoft.ApplicationServer.Caching Namespace

Return to top