Click or drag to resize

ISolidFireElementModifyAccount Method (ModifyAccountRequest)

ModifyAccount enables you to modify an existing account. When you lock an account, any existing connections from that account are immediately terminated. When you change an account's CHAP settings, any existing connections remain active, and the new CHAP settings are used on subsequent connections or reconnections. To clear an account's attributes, specify {} for the attributes parameter.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
ModifyAccountResult ModifyAccount(
	ModifyAccountRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiModifyAccountRequest

Return Value

Type: ModifyAccountResult
See Also