ISolidFireElementCreateSnapMirrorEndpointAsync Method (CancellationToken, String, String, String) |
The SolidFire Element OS web UI uses the CreateSnapMirrorEndpoint method to create a relationship with a remote SnapMirror endpoint.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<CreateSnapMirrorEndpointResult> CreateSnapMirrorEndpointAsync(
CancellationToken cancellationToken,
string ManagementIP,
string Username,
string Password
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- ManagementIP
- Type: SystemString
- Username
- Type: SystemString
- Password
- Type: SystemString
Return Value
Type:
TaskCreateSnapMirrorEndpointResultSee Also