ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT>
Modifier and Type | Method and Description |
---|---|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withReadOnlyVolumeMountSetting(Map<String,String> volumeMountSetting)
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withReadOnlyVolumeMountSetting(String volumeName,
String mountPath)
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withVolumeMountSetting(Map<String,String> volumeMountSetting)
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withVolumeMountSetting(String volumeName,
String mountPath)
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withVolumeMountSetting(String volumeName, String mountPath)
Mounting an Azure file share as a volume in a container is a two-step process. First, you provide the details of the share as part of defining the container group, then you specify how you wan the volume mounted within one or more of the containers in the group.
volumeName
- the volume name as defined in the volumes of the container groupmountPath
- the local path the volume will be mounted atIllegalArgumentException
- thrown if volumeName was not defined in the respective container group definition stage.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withVolumeMountSetting(Map<String,String> volumeMountSetting)
Mounting an Azure file share as a volume in a container is a two-step process. First, you provide the details of the share as part of defining the container group, then you specify how you wan the volume mounted within one or more of the containers in the group.
volumeMountSetting
- the name and value pair representing volume names as defined in the volumes of the container group and the local paths the volume will be mounted atIllegalArgumentException
- thrown if volumeName was not defined in the respective container group definition stage.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withReadOnlyVolumeMountSetting(String volumeName, String mountPath)
Mounting an Azure file share as a volume in a container is a two-step process. First, you provide the details of the share as part of defining the container group, then you specify how you wan the volume mounted within one or more of the containers in the group.
volumeName
- the volume name as defined in the volumes of the container groupmountPath
- the local path the volume will be mounted atIllegalArgumentException
- thrown if volumeName was not defined in the respective container group definition stage.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withReadOnlyVolumeMountSetting(Map<String,String> volumeMountSetting)
Mounting an Azure file share as a volume in a container is a two-step process. First, you provide the details of the share as part of defining the container group, then you specify how you wan the volume mounted within one or more of the containers in the group.
volumeMountSetting
- the name and value pair representing volume names as defined in the volumes of the container group and the local paths the volume will be mounted atIllegalArgumentException
- thrown if volumeName was not defined in the respective container group definition stage.Copyright © 2019. All rights reserved.