Click or drag to resize

SolidFireElementCreateClusterInterfacePreferenceAsync Method (CancellationToken, String, String)

Creates a new cluster preference and stores it on the storage cluster. The ClusterInterfacePreference related APIs can be used by internal interfaces to the storage cluster such as HCI and UI to store arbitrary information in the cluster. Since the API calls in the UI are visible to customers, these APIs are made public.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CreateClusterInterfacePreferenceResult> CreateClusterInterfacePreferenceAsync(
	CancellationToken cancellationToken,
	string Name,
	string Value
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Name
Type: SystemString
Value
Type: SystemString

Return Value

Type: TaskCreateClusterInterfacePreferenceResult

Implements

ISolidFireElementCreateClusterInterfacePreferenceAsync(CancellationToken, String, String)
See Also