Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<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.WithGitRevision<ParentT>,ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>
- All Known Subinterfaces:
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT>
- Enclosing interface:
- ContainerGroup.DefinitionStages.VolumeDefinitionStages
public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT> extends ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>
The stage of the volume definition allowing to specify the Git target directory name mappings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>withGitDirectoryName(String gitDirectoryName)Specifies the Git target directory name for the new volume.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision
withGitRevision
-
-
-
-
Method Detail
-
withGitDirectoryName
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT> withGitDirectoryName(String gitDirectoryName)
Specifies the Git target directory name for the new volume.Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
- Parameters:
gitDirectoryName- the Git target directory name for the new volume- Returns:
- the next stage of the definition
-
-