Share via


Controller.DefinitionStages.WithTargetContainerHostCredentialsBase64 Interface

public static interface Controller.DefinitionStages.WithTargetContainerHostCredentialsBase64

The stage of the Controller definition allowing to specify targetContainerHostCredentialsBase64.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)

Specifies the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64)..

Method Details

withTargetContainerHostCredentialsBase64

public abstract Controller.DefinitionStages.WithCreate withTargetContainerHostCredentialsBase64(String targetContainerHostCredentialsBase64)

Specifies the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64)..

Parameters:

targetContainerHostCredentialsBase64 - Credentials of the target container host (base64).

Returns:

the next definition stage.

Applies to