Sets the number of backups that will be deployed as part of this processing unit. Only applicable
when the processing unit has an embedded space.

C# | Visual Basic | Visual C++ | J# |
public virtual MemcachedDeployment NumberOfBackups( int numberOfBackups )
Public Overridable Function NumberOfBackups ( _ numberOfBackups As Integer _ ) As MemcachedDeployment
public: virtual MemcachedDeployment^ NumberOfBackups( int numberOfBackups )
public MemcachedDeployment NumberOfBackups( int numberOfBackups )

- numberOfBackups (Int32)
- The number of backups per instance to set for the processing unit deployment.

The MemcachedDeployment set with the specified number of backups.