| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VolumeMount |
VolumeMount.withMountPath(String mountPath)
Set the mountPath property: The path within the container where the volume should be mounted.
|
VolumeMount |
VolumeMount.withName(String name)
Set the name property: The name of the volume mount.
|
VolumeMount |
VolumeMount.withReadOnly(Boolean readOnly)
Set the readOnly property: The flag indicating whether the volume mount is read-only.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.