Uses of Interface
com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach
Packages that use ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach in com.azure.resourcemanager.containerinstance.models
Subinterfaces of ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach in com.azure.resourcemanager.containerinstance.modelsModifier and TypeInterfaceDescriptionstatic interfaceGrouping of the container group's volume definition stages.static interfaceThe stage of the volume definition allowing to specify the Git target directory name mappings.static interfaceThe stage of the volume definition allowing to specify the Git revision.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttachModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision.withGitRevision(String gitRevision) Specifies the Git revision for the new volume.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap.withSecrets(Map<String, String> secrets) Specifies the secrets map.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountKey.withStorageAccountKey(String storageAccountKey) Specifies the storage account key to access to the Azure file.