Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>
,ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>
- All Known Subinterfaces:
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT>
,ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT>
- Enclosing interface:
- ContainerGroup.DefinitionStages.VolumeDefinitionStages
public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>
extends ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>
The stage of the volume definition allowing to specify the Git revision.
-
Method Summary
Modifier and TypeMethodDescriptionwithGitRevision
(String gitRevision) Specifies the Git revision for the new volume.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
-
Method Details
-
withGitRevision
@Beta(V1_7_0) ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT> withGitRevision(String gitRevision) Specifies the Git revision for the new volume.- Parameters:
gitRevision
- the Git revision for the new volume- Returns:
- the next stage of the definition
-