Partage via


Server.UpdateStages.WithReplicationRole Interface

public static interface Server.UpdateStages.WithReplicationRole

The stage of the Server update allowing to specify replicationRole.

Method Summary

Modifier and Type Method and Description
abstract Update withReplicationRole(String replicationRole)

Specifies the replicationRole property: The replication role of the server..

Method Details

withReplicationRole

public abstract Server.Update withReplicationRole(String replicationRole)

Specifies the replicationRole property: The replication role of the server..

Parameters:

replicationRole - The replication role of the server.

Returns:

the next definition stage.

Applies to