Share via


Controller.DefinitionStages.WithTargetContainerHostResourceId Interface

public static interface Controller.DefinitionStages.WithTargetContainerHostResourceId

The stage of the Controller definition allowing to specify targetContainerHostResourceId.

Method Summary

Modifier and Type Method and Description
abstract WithTargetContainerHostCredentialsBase64 withTargetContainerHostResourceId(String targetContainerHostResourceId)

Specifies the targetContainerHostResourceId property: Resource ID of the target container host.

Method Details

withTargetContainerHostResourceId

public abstract Controller.DefinitionStages.WithTargetContainerHostCredentialsBase64 withTargetContainerHostResourceId(String targetContainerHostResourceId)

Specifies the targetContainerHostResourceId property: Resource ID of the target container host.

Parameters:

targetContainerHostResourceId - Resource ID of the target container host.

Returns:

the next definition stage.

Applies to