Click or drag to resize

SolidFireElementAddAccountAsync Method (AddAccountRequest, CancellationToken)

You can use AddAccount to add a new account to the system. You can create new volumes under the new account. The CHAP settings you specify for the account apply to all volumes owned by the account.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<AddAccountResult> AddAccountAsync(
	AddAccountRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiAddAccountRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskAddAccountResult

Implements

ISolidFireElementAddAccountAsync(AddAccountRequest, CancellationToken)
See Also