ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT> extends ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT> |
withGitDirectoryName(String gitDirectoryName)
Specifies the Git target directory name for the new volume.
|
withGitRevisionattachContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT> withGitDirectoryName(String gitDirectoryName)
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.
gitDirectoryName - the Git target directory name for the new volumeCopyright © 2021 Microsoft Corporation. All rights reserved.