ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>
Modifier and Type | Method and Description |
---|---|
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> |
withSecrets(Map<String,String> secrets)
Specifies the secrets map.
|
@Beta(value=V1_7_0) ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> withSecrets(Map<String,String> secrets)
The secret value must be specified in Base64 encoding
secrets
- the new volume secrets map; value must be in Base64 encodingCopyright © 2019. All rights reserved.