Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitUrl<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT>
- Enclosing interface:
- ContainerGroup.DefinitionStages.VolumeDefinitionStages
public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitUrl<ParentT>The stage of the volume definition allowing to specify the Git URL mappings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT>withGitUrl(String gitUrl)Specifies the Git URL for the new volume.
-
-
-
Method Detail
-
withGitUrl
ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT> withGitUrl(String gitUrl)
Specifies the Git URL for the new volume.- Parameters:
gitUrl- the Git URL for the new volume- Returns:
- the next stage of the definition
-
-