Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT>
- Enclosing interface:
- ContainerGroup.DefinitionStages.VolumeDefinitionStages
public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap<ParentT>The stage of the volume definition allowing to specify the secrets map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>withSecrets(Map<String,String> secrets)Specifies the secrets map.
-
-
-
Method Detail
-
withSecrets
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> withSecrets(Map<String,String> secrets)
Specifies the secrets map.The secret value must be specified in Base64 encoding
- Parameters:
secrets- the new volume secrets map; value must be in Base64 encoding- Returns:
- the next stage of the definition
-
-