Interface HostPool.UpdateStages.WithSsoClientSecretKeyVaultPath

All Known Subinterfaces:
HostPool.Update
Enclosing interface:
HostPool.UpdateStages

public static interface HostPool.UpdateStages.WithSsoClientSecretKeyVaultPath
The stage of the HostPool update allowing to specify ssoClientSecretKeyVaultPath.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSsoClientSecretKeyVaultPath(String ssoClientSecretKeyVaultPath)
    Specifies the ssoClientSecretKeyVaultPath property: Path to Azure KeyVault storing the secret used for communication to ADFS..
  • Method Details

    • withSsoClientSecretKeyVaultPath

      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.