Click or drag to resize

SolidFireElementGetSnapMirrorClusterIdentityAsync Method (GetSnapMirrorClusterIdentityRequest, CancellationToken)

The SolidFire Element OS web UI uses GetSnapMirrorClusterIdentity to get identity information about the ONTAP cluster.

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

Parameters

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

Return Value

Type: TaskGetSnapMirrorClusterIdentityResult

Implements

ISolidFireElementGetSnapMirrorClusterIdentityAsync(GetSnapMirrorClusterIdentityRequest, CancellationToken)
See Also