ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>
The stage of the volume definition allowing to specify the secrets map.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withSecrets(Map<String,String> secrets)
Specifies the secrets map. |
Method Details
withSecrets
public abstract ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> withSecrets(Map<String,String> secrets)
Specifies the secrets map.
The secret value must be specified in Base64 encoding
Parameters:
Returns: