ISolidFireElementModifySnapMirrorEndpointAsync Method (CancellationToken, Int64, String, String, String) |
The SolidFire Element OS web UI uses the ModifySnapMirrorEndpoint method to change the name and management attributes for a SnapMirror endpoint.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<ModifySnapMirrorEndpointResult> ModifySnapMirrorEndpointAsync(
CancellationToken cancellationToken,
long SnapMirrorEndpointID,
string ManagementIP = null,
string Username = null,
string Password = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- SnapMirrorEndpointID
- Type: SystemInt64
- ManagementIP (Optional)
- Type: SystemString
- Username (Optional)
- Type: SystemString
- Password (Optional)
- Type: SystemString
Return Value
Type:
TaskModifySnapMirrorEndpointResultSee Also