Uses of Interface
com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithFirstContainerInstance
Packages that use ContainerGroup.DefinitionStages.WithFirstContainerInstance
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ContainerGroup.DefinitionStages.WithFirstContainerInstance in com.azure.resourcemanager.containerinstance.models
Subinterfaces of ContainerGroup.DefinitionStages.WithFirstContainerInstance in com.azure.resourcemanager.containerinstance.modelsModifier and TypeInterfaceDescriptionstatic interfaceStarts the exec command for a specific container instance within the current group asynchronously.static interfaceThe stage of the container group definition allowing to specify a volume that can be mounted by a container instance.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroup.DefinitionStages.WithFirstContainerInstanceModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume.withEmptyDirectoryVolume(String name) Specifies an empty directory volume that can be shared by the container instances in the container group.ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume.withNewAzureFileShareVolume(String volumeName, String shareName) Specifies a new Azure file share name to be created.ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume.withoutVolume()Skips the definition of volumes to be shared by the container instances.