HostPool.UpdateStages.WithRegistrationInfo Interface

public static interface HostPool.UpdateStages.WithRegistrationInfo

The stage of the HostPool update allowing to specify registrationInfo.

Method Summary

Modifier and Type Method and Description
abstract Update withRegistrationInfo(RegistrationInfoPatch registrationInfo)

Specifies the registrationInfo property: The registration info of HostPool..

Method Details

withRegistrationInfo

public abstract HostPool.Update withRegistrationInfo(RegistrationInfoPatch registrationInfo)

Specifies the registrationInfo property: The registration info of HostPool..

Parameters:

registrationInfo - The registration info of HostPool.

Returns:

the next definition stage.

Applies to