ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
Implements
public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>
extends WithVolumeAttach<ParentT>
The stage of the volume definition allowing to specify the Git revision.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withGitRevision(String gitRevision)
Specifies the Git revision for the new volume. |
Method Details
withGitRevision
public abstract ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> withGitRevision(String gitRevision)
Specifies the Git revision for the new volume.
Parameters:
Returns: