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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/