TieredManagementGroupConnectionSettings Class

Definition

Includes tiered management group connection settings that are used to connect to the Service Manager server. A tiered connection establishes a secondary connection to another server through the existing connection’s server.

public ref class TieredManagementGroupConnectionSettings : Microsoft::EnterpriseManagement::Common::ConnectionSettings
public class TieredManagementGroupConnectionSettings : Microsoft.EnterpriseManagement.Common.ConnectionSettings
type TieredManagementGroupConnectionSettings = class
    inherit ConnectionSettings
Public Class TieredManagementGroupConnectionSettings
Inherits ConnectionSettings
Inheritance
TieredManagementGroupConnectionSettings

Remarks

Tiered connections are currently supported by Operations Manager only.

Constructors

TieredManagementGroupConnectionSettings()

Initializes a new instance of the TieredManagementGroupConnectionSettings class.

Properties

CacheConfiguration

Gets or sets the pre-defined cache configuration in the configuration mode, only when the CacheMode property is set to Configuration.

(Inherited from ConnectionSettings)
CacheMode

Gets or sets the cache mode for the client-side interface.

(Inherited from ConnectionSettings)
ConnectForConnector

Gets or sets a value that indicates whether to connect using the connector account.

Domain

Gets or sets the domain credentials that are used for the connection settings.

(Inherited from ConnectionSettings)
Password

Gets or sets the password credentials that are used in the connection settings.

(Inherited from ConnectionSettings)
ThreeLetterWindowsLanguageName

Gets or sets the three-letter code for the language that is used by the SDK when initializing localizable strings, as defined in the Microsoft Windows application programming interface (API).

(Inherited from ConnectionSettings)
UserName

Gets or sets the user name credentials that are used in the connection settings.

(Inherited from ConnectionSettings)

Applies to