DacKeyVaultService.UpdateAuthInfo(KeyVaultAuthInfoBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Passes a KeyVaultAuthInfoBase object to the KeyVaultAuthenticator, to support scenarios where a user changes authentication method, for instance by logging into a different Azure account
public void UpdateAuthInfo (Microsoft.SqlServer.Dac.KeyVault.KeyVaultAuthInfoBase authInfo);
member this.UpdateAuthInfo : Microsoft.SqlServer.Dac.KeyVault.KeyVaultAuthInfoBase -> unit
Public Sub UpdateAuthInfo (authInfo As KeyVaultAuthInfoBase)
Parameters
- authInfo
- KeyVaultAuthInfoBase