Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT>

    • 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