ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

Implements

WithVolumeAttach<ParentT>

public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision
extends WithVolumeAttach<ParentT>

The stage of the volume definition allowing to specify the Git revision.

Method Summary

Modifier and Type Method and Description
abstract WithVolumeAttach<ParentT> withGitRevision(String gitRevision)

Specifies the Git revision for the new volume.

Method Details

withGitRevision

public abstract ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach withGitRevision(String gitRevision)

Specifies the Git revision for the new volume.

Parameters:

gitRevision - the Git revision for the new volume

Returns:

the next stage of the definition

Applies to

Azure SDK for Java

Latest