Container Group Container Volume Mount
data class ContainerGroupContainerVolumeMount(val mountPath: String? = null, val name: String? = null, val readOnly: Boolean? = null)
Constructors
Link copied to clipboard
fun ContainerGroupContainerVolumeMount(mountPath: String? = null, name: String? = null, readOnly: Boolean? = null)