HostPool.UpdateStages.WithSsoClientSecretKeyVaultPath Interface

public static interface HostPool.UpdateStages.WithSsoClientSecretKeyVaultPath

The stage of the HostPool update allowing to specify ssoClientSecretKeyVaultPath.

Method Summary

Modifier and Type Method and Description
abstract Update withSsoClientSecretKeyVaultPath(String ssoClientSecretKeyVaultPath)

Specifies the ssoClientSecretKeyVaultPath property: Path to Azure KeyVault storing the secret used for communication to ADFS..

Method Details

withSsoClientSecretKeyVaultPath

public abstract HostPool.Update withSsoClientSecretKeyVaultPath(String ssoClientSecretKeyVaultPath)

Specifies the ssoClientSecretKeyVaultPath property: Path to Azure KeyVault storing the secret used for communication to ADFS..

Parameters:

ssoClientSecretKeyVaultPath - Path to Azure KeyVault storing the secret used for communication to ADFS.

Returns:

the next definition stage.

Applies to