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
Modifier and TypeMethodDescriptionwithGitUrl
(String gitUrl) Specifies the Git URL for the new volume.
-
Method Details
-
withGitUrl
@Beta(V1_7_0) 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
-