Uses of Interface
com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision
-
Packages that use ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision in com.azure.resourcemanager.containerinstance.models
Subinterfaces of ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision in com.azure.resourcemanager.containerinstance.models Modifier and Type Interface Description static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT>Grouping of the container group's volume definition stages.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT>The stage of the volume definition allowing to specify the Git target directory name mappings.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision Modifier and Type Method Description ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName. withGitDirectoryName(String gitDirectoryName)Specifies the Git target directory name for the new volume.
-