Uses of Interface
com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach
-
Packages that use ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach Package Description com.azure.resourcemanager.containerinstance.models 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.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.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>The stage of the volume definition allowing to specify the Git revision.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach Modifier and Type Method Description ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision. withGitRevision(String gitRevision)Specifies the Git revision for the new volume.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithSecretsMap. withSecrets(Map<String,String> secrets)Specifies the secrets map.ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithStorageAccountKey. withStorageAccountKey(String storageAccountKey)Specifies the storage account key to access to the Azure file.
-