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 ProcessingUnitDeployment NumberOfBackups( int numberOfBackups )
Public Overridable Function NumberOfBackups ( _ numberOfBackups As Integer _ ) As ProcessingUnitDeployment
public: virtual ProcessingUnitDeployment^ NumberOfBackups( int numberOfBackups )
public ProcessingUnitDeployment NumberOfBackups( int numberOfBackups )

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

The ProcessingUnitDeployment set with the specified number of backups.