ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerImageSettings.DefinitionStages.WithRegistryCredentials<ParentT>
Modifier and Type | Method and Description |
---|---|
ContainerImageSettings.DefinitionStages.WithAttach<ParentT> |
withRegistryPassword(String password)
Specifies password for container registry.
|
ContainerImageSettings.DefinitionStages.WithAttach<ParentT> |
withRegistrySecretReference(String keyVaultId,
String secretUrl)
Specifies the location of the password, which is a Key Vault Secret.
|
ContainerImageSettings.DefinitionStages.WithAttach<ParentT> withRegistryPassword(String password)
password
- password to loginContainerImageSettings.DefinitionStages.WithAttach<ParentT> withRegistrySecretReference(String keyVaultId, String secretUrl)
Copyright © 2019. All rights reserved.