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
Modifier and TypeMethodDescriptionwithSecrets
(Map<String, String> secrets) Specifies the secrets map.
-
Method Details
-
withSecrets
@Beta(V1_7_0) 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
-